robit-chatbot 0.1.4

Multi-session Bot infrastructure for robit (platform-agnostic base).
Documentation
1
2
3
4
5
//! Chatbot-specific tools shared across bot platforms (QQ, Feishu, etc.).

pub mod send_file;

pub use send_file::SendFileTool;