Expand description
Durable, catalog-revision-pinned workflow execution.
Structs§
- Agent
Step Result - Compiled
Workflow - File
Workflow RunRepository - One directory per run: a compact atomic snapshot plus an append-only JSONL
event journal. Each event is synced before the corresponding snapshot is
replaced, and callers publish only after
commitreturns. - Named
Agent Spec - Workflow
RunEngine - Workflow
Secret Material - Resolves a typed, persisted-safe capability handle to ephemeral secret material. Implementations own access control; raw values are never returned in snapshots/events/errors.