serdes-ai-toolsets
Toolset abstractions for grouping and managing tools
This crate provides toolset abstractions for organizing and composing tools:
Toolsettrait for tool collections- Composable toolsets
- Dynamic tool registration
- Tool filtering and selection
Installation
[]
= "0.1"
Usage
use Toolset;
let toolset = new
.add
.add;
let agent = new
.toolset
.build;
Part of SerdesAI
This crate is part of the SerdesAI workspace.
For most use cases, you should use the main serdes-ai crate which re-exports these types.
License
MIT License - see LICENSE for details.