Skip to main content

Module executor

Module executor 

Source
Expand description

Durable execution checkpoints for agent runs.

Structs§

AgentCheckpoint
Serializable checkpoint emitted at a durable execution boundary.
AgentResumeCursor
Compact cursor values durable stores use to resume and audit a run.
AgentResumeEvidence
Stable resume evidence for durable service runtimes and external SessionStore implementations.
DirectAgentExecutor
Direct in-process executor that always continues.

Enums§

AgentExecutionDecision
Decision returned by an execution checkpoint handler.
AgentExecutionNode
Named execution boundary in the agent loop.
AgentExecutorError
Executor failure.

Traits§

AgentExecutor
Fine-grained executor hook for persistence, interruption, and durable scheduling.

Type Aliases§

DynAgentExecutor
Shared executor reference.