Expand description
Workflow system for defining and executing agent workflows
This module provides a workflow engine that allows users to define complex agent behaviors using a declarative composition syntax.
The domain types (WorkflowDefinition, validation) live in
bamboo-domain-workflow. This module keeps the filesystem loader
and cache.
Structsยง
- Workflow
Loader - Workflow
RunAccess - Server-owned access boundary for workflow runs. Session, workspace trust and capabilities are derived here rather than accepted from HTTP/tool callers.
- Workflow
RunTool