Commit Graph

2 Commits

Author SHA1 Message Date
renjianbo
fa13ffe479 fix: 修复人参果agent主动消息循环+创建人参果1号
- renshenguo_ws_handler: 注入7条行为约束规则,禁止agent在无用户输入时主动发消息
- renshenguo2_ws_handler: 新增人参果1号 WS handler(行为约束版)
- renshenguo2_app_service: 新增人参果1号飞书消息服务
- config.py/main.py: 注册RENSHENGUO2配置和长连接启动

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-06 21:13:44 +08:00
renjianbo
eabf90c496 feat: add AI学习助手 agent (KG+RAG ideal) and renshenguo feishu bot
- Add AI学习助手 agent creation script with all 39 tools, 3-layer KG+RAG memory
- Add renshenguo (人参果) feishu bot integration (app_service + ws_handler)
- Register renshenguo WS client in main.py startup
- Add RENSHENGUO_APP_ID / RENSHENGUO_APP_SECRET / RENSHENGUO_AGENT_ID config
- Reorganize docs from root into docs/ subdirectories
- Move startup scripts to scripts/startup/
- Various backend optimizations and tool improvements

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-06 01:37:13 +08:00