In a bunch of (17) places, we refer to an Agent Record's fields using the phrasing:
the [[...]] field of the surrounding agent's Agent Record
But in places like AgentSignifier()
we use the more typical phrasing:
- Let AR be the Agent Record of the surrounding agent.
- Return AR.[[Signifier]].
We should replace all occurrences of the former with the latter.