room-cli 3.0.0-rc.6

Multi-user chat room for agent/human coordination over Unix domain sockets
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod broker;
pub mod client;
pub mod history;
pub mod message;
pub mod oneshot;
pub mod paths;
pub mod plugin;
pub mod query;
pub mod registry;
pub mod tui;