ec3c97b200
- Add ws-protocol.ts with WsRequest/WsResponse types + parsers - AgentSocket DO: proxy POST handler, pending request map, 30s timeout - /api/agents/:agent/* routes through DO WS when connected, falls back to HTTP - ws-client handles incoming WsRequest, fetches local serve, returns WsResponse - startGatewayWsClient accepts localPort for request handling Testing: #213
23 lines
577 B
JSON
23 lines
577 B
JSON
{
|
|
"name": "@uncaged/cli-workflow",
|
|
"version": "0.3.5",
|
|
"type": "module",
|
|
"bin": {
|
|
"uncaged-workflow": "src/cli.ts"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-gateway": "workspace:*",
|
|
"@uncaged/workflow-protocol": "workspace:*",
|
|
"@uncaged/workflow-util": "workspace:*",
|
|
"@uncaged/workflow-cas": "workspace:*",
|
|
"@uncaged/workflow-execute": "workspace:*",
|
|
"@uncaged/workflow-register": "workspace:*",
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"hono": "^4.12.18",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
}
|
|
}
|