robit-qq 0.1.3

QQ Official Bot platform frontend for the robit agent.
Documentation
1
2
3
4
5
6
7
8
9
//! robit-qq: QQ Official Bot platform frontend for the Robit agent.
//!
//! Implements [`robit_chatbot::PlatformAdapter`] for the QQ Official Bot API
//! (WebSocket gateway + HTTP message sending) and ships the `robit-qq` binary.

pub mod platform;
pub mod protocol;

pub use platform::{QqConfig, QqPlatformAdapter};