Files
anyllm-proxy/crates/proxy
whit3rabbitandClaude Opus 4.6 a56bc95b5f feat(tools): add collect-then-execute streaming tool execution
Accumulates tool call fragments during the chat_completions streaming
loop, then after the initial stream completes, checks for auto-executable
tools via the ToolEngine. If found, executes tools in parallel, builds a
follow-up request with tool results, and streams the follow-up response
through the same SSE channel. Defers [DONE] until after any tool
execution follow-up completes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 22:21:37 -05:00
..