-
refactor(runtime): move tool_loop to app/core/runtime (#3011)
发布于
2026-06-24 20:57:32 +00:00 | 1559 次提交 在此版本后已推送到 mainRelocate the shared LLM tool-calling loop from app/agent/tool_loop to
app/core/runtime with a public API (no leading-underscore exports).- Rename symbols: execute_tools, build_assistant_message, LoopEventCallback, etc.
- Remove trim_oldest_tool_pair compatibility alias
- Update investigation agent, REPL tool gathering, tests, and CI path filters
- Add test-scope mapping for app/core/runtime/
下载附件