open-multi-agent/src
JackChen 2ecb1f471a fix(agent): reset loopWarned on recovery and rename maxRepeatedToolCalls to maxRepetitions
- Reset loopWarned flag when the agent stops repeating, so a future
  loop gets a fresh warning cycle instead of immediate termination
- Rename maxRepeatedToolCalls → maxRepetitions since the threshold
  applies to both tool call and text output repetition detection
2026-04-05 12:56:15 +08:00
..
agent fix(agent): reset loopWarned on recovery and rename maxRepeatedToolCalls to maxRepetitions 2026-04-05 12:56:15 +08:00
llm feat(llm): add first-class Grok (xAI) support with dedicated GrokAdapter (#44) 2026-04-04 18:20:55 +08:00
memory Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
orchestrator feat(orchestrator): add onApproval callback for human-in-the-loop (#32) 2026-04-05 02:46:20 +08:00
task feat(orchestrator): add onApproval callback for human-in-the-loop (#32) 2026-04-05 02:46:20 +08:00
team fix: use explicit crypto import for Node 18 compatibility 2026-04-02 23:46:43 +08:00
tool Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
utils feat: add onTrace observability callback (#18) 2026-04-03 15:28:59 +08:00
index.ts feat(agent): add smart loop detection for stuck agents (#16) 2026-04-05 12:47:12 +08:00
types.ts fix(agent): reset loopWarned on recovery and rename maxRepeatedToolCalls to maxRepetitions 2026-04-05 12:56:15 +08:00