weixin-agent 0.3.0

Pure protocol SDK for Weixin iLink Bot API — iLink AI Bot protocol, not coupled with OpenClaw
Documentation
1
2
3
4
5
6
7
8
//! Message parsing, construction, and sending.

pub mod inbound;
pub mod markdown_filter;
pub(crate) mod outbound_run;
pub mod send;
pub mod send_media;
pub(crate) mod sender;