Message Hub
Python client for AI Team Message Hub, enabling message push, pull, and broadcast for AI team collaboration.
Overview
This skill provides a Python client for interacting with the Tianma Message Hub. It enables AI assistants to send tasks, notifications, and receive messages asynchronously.
Features
- - Push messages to hub
- Pull pending messages
- Broadcast to Feishu group (Tianma only)
- Message signature verification
- Automatic retry mechanism
- Async message processing
Requirements
- - Python 3.8+
- requests library
- Message Hub API credentials
Usage
See README.md for detailed usage instructions.
Security Notes
- - Never commit API keys to version control
- Use environment variables for credentials
- Rotate API keys periodically
Changelog
v1.0.0 (2026-03-18)
- - Initial release
- Basic push/pull functionality
- Security audit passed
消息中心
AI团队消息中心的Python客户端,支持消息推送、拉取和广播,用于AI团队协作。
概述
本技能提供用于与天马消息中心交互的Python客户端。它使AI助手能够异步发送任务、通知并接收消息。
功能特性
- - 向消息中心推送消息
- 拉取待处理消息
- 广播至飞书群组(仅限天马)
- 消息签名验证
- 自动重试机制
- 异步消息处理
环境要求
- - Python 3.8+
- requests库
- 消息中心API凭证
使用方法
详细使用说明请参见README.md文件。
安全注意事项
- - 切勿将API密钥提交至版本控制系统
- 使用环境变量存储凭证
- 定期轮换API密钥
更新日志
v1.0.0 (2026-03-18)