molo-agent 0.3.0

Agent runtime, memory, channels, and tool registry for molo
Documentation
1
2
3
4
5
6
//! Tool registry support for agent runtimes.

mod registry;

pub use molo_core::tool::*;
pub use registry::{MissingTools, RegistryError, ToolRegistry};