open-multi-agent/src/agent
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.ts feat(agent): add smart loop detection for stuck agents (#16) 2026-04-05 12:47:12 +08:00
loop-detector.ts fix(agent): reset loopWarned on recovery and rename maxRepeatedToolCalls to maxRepetitions 2026-04-05 12:56:15 +08:00
pool.ts feat: add onTrace observability callback (#18) 2026-04-03 15:28:59 +08:00
runner.ts fix(agent): reset loopWarned on recovery and rename maxRepeatedToolCalls to maxRepetitions 2026-04-05 12:56:15 +08:00
structured-output.ts feat: add optional outputSchema (Zod) for structured agent output (#36) 2026-04-03 13:45:47 +08:00