autoagents_toolkit/tools/
mod.rs

1// This file contains all the tools available in the toolkit.
2
3#[cfg(all(not(target_arch = "wasm32"), feature = "filesystem"))]
4pub mod filesystem;
5
6#[cfg(all(not(target_arch = "wasm32"), feature = "search"))]
7pub mod search;