Type Alias: AgentContext
Makaio Framework / ai-adapters-core / AgentContext
Type Alias: AgentContext
Section titled “Type Alias: AgentContext”AgentContext =
Required<AgentIdentity>
Defined in: ../../../adapters/core/src/agent/types.ts:60
Common context fields for all agent.* subject emissions. AIAgent automatically enriches payloads with these fields.
Type Composition
Section titled “Type Composition”AgentContextRequired<AgentIdentity>
Resolved Shape
Section titled “Resolved Shape”type AgentContext = { agentId: string; adapterId: string; adapterName: string; adapterSessionId: string;};