处理agent答非所问的问题

This commit is contained in:
rjb
2026-01-20 09:40:16 +08:00
parent e4aa6cdb79
commit f6568f252a
11 changed files with 1420 additions and 44 deletions

8
view_logs.sh Executable file
View 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\]"