open-multi-agent/tests
JackChen 8f7fc2019b fix: guard async onTrace callbacks against unhandled rejection
Detect when onTrace returns a Promise and .catch() the rejection,
preventing unhandled promise rejection from crashing the process.
Addresses Codex review feedback on PR #40.
2026-04-03 15:13:35 +08:00
..
semaphore.test.ts chore: add tests, CI, contributing guide, and PR template 2026-04-02 23:43:54 +08:00
shared-memory.test.ts chore: add tests, CI, contributing guide, and PR template 2026-04-02 23:43:54 +08:00
structured-output.test.ts feat: add optional outputSchema (Zod) for structured agent output (#36) 2026-04-03 13:45:47 +08:00
task-queue.test.ts chore: add tests, CI, contributing guide, and PR template 2026-04-02 23:43:54 +08:00
task-retry.test.ts feat: task-level retry with exponential backoff (#37) 2026-04-03 14:08:36 +08:00
task-utils.test.ts chore: add tests, CI, contributing guide, and PR template 2026-04-02 23:43:54 +08:00
tool-executor.test.ts chore: add tests, CI, contributing guide, and PR template 2026-04-02 23:43:54 +08:00
trace.test.ts fix: guard async onTrace callbacks against unhandled rejection 2026-04-03 15:13:35 +08:00