open-multi-agent/src
JackChen d7714e6189 feat: add task-level retry with exponential backoff
Add `maxRetries`, `retryDelayMs`, and `retryBackoff` to task config.
When a task fails and retries remain, the orchestrator waits with
exponential backoff and re-runs the task with a fresh agent conversation.
A `task_retry` event is emitted via `onProgress` for observability.
Cascade failure only occurs after all retries are exhausted.

Closes #30
2026-04-03 13:54:27 +08:00
..
agent feat: add optional outputSchema (Zod) for structured agent output (#36) 2026-04-03 13:45:47 +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 feat: add task-level retry with exponential backoff 2026-04-03 13:54:27 +08:00
task feat: add task-level retry with exponential backoff 2026-04-03 13:54:27 +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: add optional outputSchema (Zod) for structured agent output (#36) 2026-04-03 13:45:47 +08:00
types.ts feat: add task-level retry with exponential backoff 2026-04-03 13:54:27 +08:00