meerkat-comms 0.8.7

Inter-agent communication for Meerkat
Documentation
1
2
3
4
5
6
7
//! MCP tool implementations for Meerkat comms.

pub mod tools;

pub use tools::{
    PeersInput, RuntimeCommsCommandHandle, ToolContext, handle_tools_call, tools_list,
};