Crate agents_toolkit

Crate agents_toolkit 

Source
Expand description

Toolkit of default tools and helpers mirroring the Python reference implementation. Includes filesystem manipulation tools, todo list management, and planning scaffolds.

Re-exports§

pub use tools::create_sync_tool;
pub use tools::create_tool;
pub use filesystem::EditFileTool;
pub use filesystem::LsTool;
pub use filesystem::ReadFileTool;
pub use filesystem::WriteFileTool;
pub use todos::WriteTodosTool;

Modules§

filesystem
todos
tools
Helper functions for creating user tools from regular Rust functions

Macros§

tool_fn
Macro for creating tools with typed parameters (advanced usage)