open-multi-agent/src
JackChen d9b20c0cf6 fix: guard retry fields against Infinity/NaN
Use Number.isFinite() to sanitize maxRetries, retryDelayMs, and
retryBackoff before entering the retry loop. Prevents unbounded
retries from Infinity or broken loop bounds from NaN.
2026-04-03 14:14:34 +08:00
..
agent fix: address Codex review for structured output (#36) (#38) 2026-04-03 14:08:27 +08:00
llm feat: add baseURL and apiKey support for OpenAI-compatible APIs 2026-04-02 19:33:10 +08:00
memory Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
orchestrator fix: guard retry fields against Infinity/NaN 2026-04-03 14:14:34 +08:00
task feat: task-level retry with exponential backoff (#37) 2026-04-03 14:08:36 +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 Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
index.ts feat: task-level retry with exponential backoff (#37) 2026-04-03 14:08:36 +08:00
types.ts feat: task-level retry with exponential backoff (#37) 2026-04-03 14:08:36 +08:00