Expand description
Tool trait for agent actions.
Tools execute actions and can modify state through Thread.
Structs§
- Tool
Descriptor - Tool descriptor containing metadata.
- Tool
Execution Effect - Structured tool effect used by the action/reducer pipeline.
- Tool
Result - Result of tool execution.
Enums§
- Tool
Error - Tool execution errors.
- Tool
Status - Tool execution status.
Traits§
- Tool
- Tool trait for implementing agent tools.
- Typed
Tool - Strongly-typed variant of
Toolwith automatic JSON Schema generation.
Functions§
- validate_
against_ schema - Validate a JSON value against a JSON Schema.