Expand description
Tool Executor trait
Defines the ToolExecutor trait for abstracted tool execution.
Framework crates like brainwires-agents depend on this trait
to call tools without coupling to any concrete implementation.
Enums§
- PreHook
Decision - Decision returned by a
ToolPreHookbefore a tool call.
Traits§
- Tool
Executor - Trait for executing tools in an agent context.
- Tool
PreHook - Pluggable pre-execution hook for semantic tool validation.