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
+4
View File
@@ -28,4 +28,8 @@ export interface CommandServices {
getElevation?: () => Promise<string> | string;
setElevation?: (input: string) => Promise<string> | string;
getQueue?: () => Promise<string> | string;
setQueue?: (input: string) => Promise<string> | string;
resetQueue?: () => Promise<string> | string;
}