mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 14:31:38 +00:00
* 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
17 lines
364 B
JSON
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": {}
|
|
}
|
|
}
|