Files
server-serverless-e2e-mqxnlema/packages/functions/.pikku/http/pikku-http-contracts-meta.gen.json
2026-06-28 12:36:05 +02:00

86 lines
2.0 KiB
JSON

{
"agentRoutes": {
"basePath": "",
"tags": [
"pikku:public"
],
"auth": false,
"routes": {
"agentRun": {
"auth": null,
"contentType": null,
"method": "post",
"route": "/rpc/agent/:agentName",
"sse": null,
"timeout": null,
"func": {
"pikkuFuncId": "agentCaller"
}
},
"agentStream": {
"auth": null,
"contentType": null,
"method": "post",
"route": "/rpc/agent/:agentName/stream",
"sse": true,
"timeout": null,
"func": {
"pikkuFuncId": "agentStreamCaller"
}
},
"agentApprove": {
"auth": null,
"contentType": null,
"method": "post",
"route": "/rpc/agent/:agentName/approve",
"sse": null,
"timeout": null,
"func": {
"pikkuFuncId": "agentApproveCaller"
}
},
"agentResume": {
"auth": null,
"contentType": null,
"method": "post",
"route": "/rpc/agent/:agentName/resume",
"sse": true,
"timeout": null,
"func": {
"pikkuFuncId": "agentResumeCaller"
}
}
}
},
"consoleRoutes": {
"basePath": "",
"tags": [],
"auth": false,
"routes": {
"workflowRunStream": {
"auth": null,
"contentType": null,
"method": "get",
"route": "/workflow-run/:runId/stream",
"sse": true,
"timeout": null,
"func": {
"pikkuFuncId": "console:streamWorkflowRun",
"packageName": "@pikku/addon-console"
}
},
"functionTestsStream": {
"auth": null,
"contentType": null,
"method": "get",
"route": "/function-tests/stream",
"sse": true,
"timeout": null,
"func": {
"pikkuFuncId": "console:streamFunctionTests",
"packageName": "@pikku/addon-console"
}
}
}
}
}