multica/src
Jiayuan f74ac430a9
feat(shared): add error handling infrastructure (#27)
- Add JakartaError base class with error codes and retry semantics
- Add typed error classes for network, session, compaction, process, channel, and gateway errors
- Add withRetry utility with exponential backoff, jitter, and abort support
- Add CancellationToken with hierarchical parent-child cancellation support

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 13:50:49 +08:00
..
agent refactor(agent): simplify AsyncAgent to use result.text instead of stream interception 2026-01-30 11:52:01 +08:00
client Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
console Add gateway URL configuration to Hub Console 2026-01-30 11:01:06 +08:00
gateway docs: translate comments from Chinese to English (#15) 2026-01-30 04:01:14 +08:00
hub refactor(hub): replace mock Agent with AsyncAgent 2026-01-30 11:58:21 +08:00
shared feat(shared): add error handling infrastructure (#27) 2026-01-30 13:50:49 +08:00
index.ts Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00