Skip to main content

Module expr

Module expr 

Source
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§

CompositionError
Composition error types
Condition
Condition for control flow in tool expressions.
ParallelWait
Controls how parallel branches should be waited for.
ToolExpr
Tool expression DSL for composing tool calls.