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>
This commit is contained in:
8
scripts/startup/view_logs.sh
Normal file
8
scripts/startup/view_logs.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# 查看工作流调试日志的脚本
|
||||
|
||||
echo "正在查看后端日志(包含 [rjb] 调试信息)..."
|
||||
echo "按 Ctrl+C 退出"
|
||||
echo ""
|
||||
|
||||
docker-compose -f docker-compose.dev.yml logs -f backend | grep --line-buffered "\[rjb\]"
|
||||
Reference in New Issue
Block a user