agent-Specialization/core
JOJO 1cd3a742af fix(agent): 修复工具结果system_message注入夹断tool序列导致的API 400
- execute_tool_calls 循环内改为收集 pending_tool_system_messages,
  整轮工具结束后统一注入,避免并行 tool_calls 中途插入 user 消息
- terminate_sub_agent handler 摘除结果中的 system_message,
  主智能体自行终结子智能体时不再注入冗余 user 消息
2026-08-07 14:11:22 +08:00
..
main_terminal_parts fix(agent): 修复工具结果system_message注入夹断tool序列导致的API 400 2026-08-07 14:11:22 +08:00
main_terminal.py refactor(runtime-mode): 运行期模式切换通知改为基线漂移检测机制 2026-08-01 10:02:24 +08:00
tool_config.py refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
web_terminal.py perf(host): 新建对话延迟从10s降至3s并消除后台日志刷屏 2026-07-30 17:42:12 +08:00