AxAgentState
type AxAgentState = object;Properties
actionLogEntries
actionLogEntries: AxAgentStateActionLogEntry[];actorModelState?
optional actorModelState: AxAgentStateExecutorModelState;checkpointState?
optional checkpointState: AxAgentStateCheckpointState;discoveryPromptState?
optional discoveryPromptState: AxAgentDiscoveryPromptState;guidanceLogEntries?
optional guidanceLogEntries: AxAgentGuidanceLogEntry[];provenance
provenance: Record<string, RuntimeStateVariableProvenance>;runtimeBindings
runtimeBindings: Record<string, unknown>;runtimeEntries
runtimeEntries: AxAgentStateRuntimeEntry[];skillsPromptState?
optional skillsPromptState: AxAgentSkillsPromptState;version
version: 1;