ilink-hub 0.1.11

iLink-compatible multiplexer hub for WeChat ClawBot — route one WeChat account to multiple AI agent backends
Documentation
1
2
3
4
5
6
//! Long-running Hub process helpers (shared by CLI and future desktop shell).
//!
//! Callers must install a [`tracing`] subscriber before invoking [`serve::run_serve`];
//! this crate does not initialize logging.

pub mod serve;