Skip to content

Type Alias: ExecutionContext

Makaio Framework


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