Skip to main content

Module executor

Module executor 

Source
Expand description

Runtime checkpoint emission helpers and compatibility exports.

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 session stores.
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 and durable stream protocol.
AgentExecutorError
Executor failure.

Traits§

AgentExecutor
Callback contract for persistence, interruption, and durable scheduling.

Type Aliases§

DynAgentExecutor
Shared executor reference.