Expand description
Tool trait, toolset, execution strategy, and registry.
Structs§
- Retry
Budget - Configuration for automatic tool retry on failure.
Enums§
- Tool
Execution Strategy - Controls how multiple tool calls from a single LLM response are dispatched.
- Validation
Mode - Controls how the framework handles skills/agents that request unavailable tools.
Traits§
- Tool
- The core trait for all tools that agents can invoke.
- Tool
Context - Context available to tools during execution.
- Tool
Registry - A registry that maps tool names to concrete tool instances.
- Toolset
- A collection of tools that can be resolved dynamically from context.
Type Aliases§
- Tool
Predicate - A predicate function for filtering tools.