Type Alias: ExecutionContext
Makaio Framework / ai-adapters-core / ExecutionContext
Type Alias: ExecutionContext
Section titled “Type Alias: ExecutionContext”ExecutionContext =
AgentContext
Defined in: ../../../adapters/core/src/agent/types.ts:66
Execution context for per-agent processors. Baked in at processor creation time, eliminating runtime registry lookups.
Type Composition
Section titled “Type Composition”ExecutionContextAgentContextRequired<AgentIdentity>
Resolved Shape
Section titled “Resolved Shape”type ExecutionContext = { agentId: string; adapterId: string; adapterName: string; adapterSessionId: string;};