mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-03-07 08:39:33 +08:00
- 删除旧版AI路由模块(ai_router.py)及相关功能处理器(ai_functions.py, handlers.py) - 移除废弃的reminder_router二级路由 - 清理__init__.py中的废弃模块说明 - 更新robot.py中消息处理逻辑,使用新版_handle_chitchat_async - 删除已完成重构计划的REFACTOR_PLAN.md
15 lines
324 B
Python
15 lines
324 B
Python
# commands package
|
|
"""
|
|
消息处理组件包
|
|
|
|
模块说明:
|
|
- context: 消息上下文类 (MessageContext)
|
|
- keyword_triggers: 关键词触发器
|
|
- message_forwarder: 消息转发器
|
|
|
|
新架构已迁移至 agent/ 目录:
|
|
- agent.loop: Agent Loop 核心
|
|
- agent.context: AgentContext
|
|
- agent.tools: 工具定义和注册
|
|
"""
|