swiftide_agents/tools/
mod.rs

1//! Default tools and executor for agents
2pub mod arg_preprocessor;
3pub mod control;
4pub mod local_executor;
5
6/// Add tools from a Model Context Protocol endpoint
7#[cfg(feature = "mcp")]
8pub mod mcp;