Files
openclaw/extensions/qa-lab/openclaw.plugin.json
Peter Steinberger 90e465833b feat(gateway): durable cloud worker environments, provider SDK contract, and lifecycle RPCs (#104401)
* docs(plan): add cloud workers design plan

* feat(plugin-sdk): add cloud worker provider foundations

* feat(protocol): add worker environment lifecycle shapes

* feat(gateway): persist worker environment lifecycles

* test(gateway): pin environment inventory assertion for damaged worker store

* style(cloud-workers): satisfy lint and docs formatting

* fix(gateway): narrow worker environment type boundaries

* chore(plugin-sdk): account for WorkerProvider surface growth

* docs: regenerate docs map
2026-07-11 04:54:27 -07:00

17 lines
364 B
JSON

{
"id": "qa-lab",
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner.",
"activation": {
"onStartup": false
},
"contracts": {
"webSearchProviders": ["qa-lab-search"],
"workerProviders": ["static-ssh"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}