Expand description
Tool expression AST types Tool Expression DSL — Serializable tool composition language.
ToolExpr, Condition, and ParallelWait are defined in
bamboo_domain::composition (pure domain types).
This file keeps CompositionError (which depends on ToolError)
and re-exports the domain types for backward compatibility.
Enums§
- Composition
Error - Composition error types
- Condition
- Condition for control flow in tool expressions.
- Parallel
Wait - Controls how parallel branches should be waited for.
- Tool
Expr - Tool expression DSL for composing tool calls.