mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"id": "cua-computer",
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"enabledByDefault": false,
|
|
"name": "CUA Computer",
|
|
"description": "Experimental CUA Driver SDK computer control for Windows and Linux node hosts.",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"driverPath": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|