LLMMessageOrigin
API reference
EXPERIMENTAL: Agent APIs are likely to change.
The recorded provenance of a message that arrived through an agent mailbox.
Implements Node
agentName: String!Experimental
The display name of the sending agent (for AGENT origins) or the observed agent (for EVENT origins).
Experimental: Agent APIs are likely to change.
id: ID!
A unique identifier for this LLMMessageOrigin.
kind: LLMMessageOriginKind!Experimental
Who put this message on the record.
Experimental: Agent APIs are likely to change.
ref: String!Experimental
The message's short ref within the receiving agent's runtime, e.g. "#3": the deterministic token replies name (send's replyTo) and the message lookup takes.
Experimental: Agent APIs are likely to change.
replyTo: String!Experimental
The ref of the message this one answers, in the sender's own runtime, if any.
Experimental: Agent APIs are likely to change.