Files
pikasTech-HWLAB/internal/cloud/server-workbench-http.ts
T
root f416950556 fix: require durable AgentRun dispatch admission
Move fresh and retry runner dispatch into AgentRun command admission, remove process-local job creation and secret persistence, and split oversized modules by responsibility.

Co-Authored-By: Codex <noreply@openai.com>
2026-07-10 02:12:02 +02:00

13 lines
374 B
TypeScript

/*
* Workbench HTTP compatibility facade.
* Read routes, realtime transport, and fact projections are split by responsibility.
*/
export {
classifyWorkbenchReadModelFailure,
handleWorkbenchReadModelHttp
} from "./server-workbench-read-http.ts";
export {
drainWorkbenchRealtimeConnections,
handleWorkbenchRealtimeHttp
} from "./server-workbench-realtime-http.ts";