Bounded workflow execution for scripted multi-step operations.
manifests.py- workflow manifest definitions and storage
runner.py- restricted workflow execution engine
guard.py- safety checks and execution guardrails
store.py- persisted workflow run state
- a task uses a workflow manifest instead of direct chat/runtime control
- you want to understand safe multi-step execution under tighter constraints
- you are debugging manifest validation or workflow replay behavior