The autonomous, self-improving AI agent. Single Rust binary. Every channel. Recommended: the 40MB prebuilt binary for macOS, Linux and Windows: https://github.com/adolfousier/opencrabs/releases
//! Dynamic Tool System
//!//! Runtime-defined tools loaded from `~/.opencrabs/tools.toml`.
//! These appear in the agent's tool list alongside compiled tools
//! and can be added/removed/reloaded without restarting.
pubmodloader;pubmodtool;pubuseloader::DynamicToolLoader;pubusetool::{DynamicTool, DynamicToolDef, DynamicToolsConfig, ExecutorType, ParamDef};