Skip to content

Type Alias: AgentContext

Makaio Framework


Makaio Framework / ai-adapters-core / 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 AgentContext = {
agentId: string;
adapterId: string;
adapterName: string;
adapterSessionId: string;
};