1//! Shared tool primitives for agent-diva. 2 3mod base; 4mod registry; 5 6pub use base::{Result, Tool, ToolError}; 7pub use registry::ToolRegistry;