Files
picoclaw/pkg
Guoguo 028605cfd0 feat: execute LLM tool calls in parallel for faster response (#1070)
When the LLM returns multiple tool calls, they are now executed
concurrently using goroutines + sync.WaitGroup instead of sequentially.
Results are collected in an indexed slice and processed in original order
to preserve message ordering. MessageTool.sentInRound is changed to
atomic.Bool for thread safety.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 17:17:28 +08:00
..
2026-03-01 18:17:32 +11:00
2026-02-25 21:31:07 +11:00
2026-03-01 18:17:32 +11:00
2026-02-18 21:48:23 +02:00
2026-03-02 11:59:26 +11:00
2026-02-20 22:35:16 +02:00