Add shared tool loop stop policy

This commit is contained in:
2026-05-18 19:24:39 +03:00
parent 13df2a1c23
commit 9a105caf0b
6 changed files with 152 additions and 1 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
- [x] Stage `tool_loop` должен решать, есть ли tool calls.
- [x] Stage `tool_loop` должен выполнять tools через общий `executeToolBatch`.
- [x] Stage `tool_loop` должен добавлять tool results в provider adapter.
- [ ] Stage `tool_loop` должен управлять max rounds.
- [x] Stage `tool_loop` должен управлять max rounds.
- [ ] Stage `tool_loop` должен сохранять tool result artifacts.
- [x] Stage `tool_loop` должен уметь завершаться без tools как `skipped`.
- [ ] Убрать tool loop из `runOpenAi`.