mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-01-19 01:21:15 +08:00
11 lines
246 B
Python
11 lines
246 B
Python
# commands package
|
|
"""
|
|
消息处理组件包
|
|
|
|
当前模块提供基于 AI 的功能派发能力:
|
|
- context: 消息上下文类
|
|
- handlers: 功能处理函数
|
|
- ai_router: AI 智能路由核心
|
|
- ai_functions: 面向 AI 路由的功能注册
|
|
"""
|