Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-09 09:55:23 +00:00
parent 0e290eeacc
commit eb99287934
37 changed files with 259 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"gateway": {
"mode": "local",
"controlUi": {
"dangerouslyAllowHostHeaderOriginFallback": true
}
},
"agents": {
"defaults": {
"workspace": "/home/node/.openclaw/workspace"
},
"list": [
{
"id": "main",
"workspace": "/home/node/.openclaw/workspace",
"identity": {
"name": "Clawd",
"theme": "helpful assistant",
"emoji": "🦞"
}
}
]
}
}