feat(gateway): complete openclaw phase1 queue parity v2

This commit is contained in:
William Valentin
2026-02-16 12:04:33 -08:00
parent 78da226542
commit 813a0dc5c5
19 changed files with 678 additions and 53 deletions
+1
View File
@@ -85,6 +85,7 @@ export interface DoneEventData {
export interface ErrorEventData {
code: ErrorCode;
message: string;
queue?: Record<string, unknown>;
}
// ── Error codes ────────────────────────────────────────────────