weixin-agent 0.1.0

Pure protocol SDK for Weixin iLink Bot API — iLink AI Bot protocol, not coupled with OpenClaw
Documentation
1
2
3
4
5
//! HTTP API client, session guard, and config cache.

pub mod client;
pub mod config_cache;
pub mod session_guard;