chore: server-and-serverless template
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user