meerkat-comms 0.7.3

Inter-agent communication for Meerkat
Documentation
1
2
3
4
5
6
7
//! Agent-facing comms tool dispatch and message projection types.

pub mod dispatcher;
pub mod types;

pub use dispatcher::{CommsToolDispatcher, DynCommsToolDispatcher, NoOpDispatcher};
pub use types::{CommsContent, CommsMessage, CommsStatus, MessageIntent};