AxAgentState
type AxAgentState = object;Properties
actionLogEntries
actionLogEntries: AxAgentStateActionLogEntry[];actorModelState?
optional actorModelState: AxAgentStateExecutorModelState;checkpointState?
optional checkpointState: AxAgentStateCheckpointState;discoveryPromptState?
optional discoveryPromptState: AxAgentDiscoveryPromptState;guidanceLogEntries?
optional guidanceLogEntries: AxAgentGuidanceLogEntry[];mcp?
optional mcp: AxMCPContinuationState;Logical MCP references only; never credentials, sessions, or transports.
provenance
provenance: Record<string, RuntimeStateVariableProvenance>;runtimeBindings
runtimeBindings: Record<string, unknown>;runtimeEntries
runtimeEntries: AxAgentStateRuntimeEntry[];skillsPromptState?
optional skillsPromptState: AxAgentSkillsPromptState;version
version: 1;