ToolRegistry
Defined in the Tools module.Rust AI Agent SDK Registry for managing tools
Fields
| Name | Type | Description |
|---|---|---|
tools | HashMap<String | - |
Methods
new
register
| Name | Type |
|---|---|
tool | impl Tool + 'static |
get
| Name | Type |
|---|---|
name | &str |
has
| Name | Type |
|---|---|
name | &str |
list
definitions
execute
| Name | Type |
|---|---|
name | &str |
args | Value |

