//! 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};