rsclaw 0.0.1-alpha.1

rsclaw: High-performance AI agent (BETA). Optimized for M4 Max and 2GB VPS. 100% compatible with openclaw
Documentation
#[allow(unused_imports)]
pub mod types;
#[allow(unused_imports)]
pub mod router;
#[allow(unused_imports)]
pub mod http;
#[allow(unused_imports)]
pub mod ws;
#[allow(unused_imports)]
pub mod manager;

#[allow(unused_imports)]
pub use types::{ChannelType, InboundMessage, OutboundMessage, MessageStatus};
#[allow(unused_imports)]
pub use router::MessageRouter;
#[allow(unused_imports)]
pub use http::HttpChannel;
#[allow(unused_imports)]
pub use ws::WsChannel;
#[allow(unused_imports)]
pub use manager::ChannelManager;