Spaces:
Running
Running
fix: try routing.grantScopes for A2A operator.write
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- scripts/sync_hf.py +5 -2
scripts/sync_hf.py
CHANGED
|
@@ -536,8 +536,11 @@ class OpenClawFullSync:
|
|
| 536 |
"skills": [{"id": "chat", "name": "chat", "description": "Chat bridge"}]
|
| 537 |
},
|
| 538 |
"server": {"host": "0.0.0.0", "port": 18800},
|
| 539 |
-
"security": {"inboundAuth": "
|
| 540 |
-
"routing": {
|
|
|
|
|
|
|
|
|
|
| 541 |
"peers": peers
|
| 542 |
}
|
| 543 |
}
|
|
|
|
| 536 |
"skills": [{"id": "chat", "name": "chat", "description": "Chat bridge"}]
|
| 537 |
},
|
| 538 |
"server": {"host": "0.0.0.0", "port": 18800},
|
| 539 |
+
"security": {"inboundAuth": "none"},
|
| 540 |
+
"routing": {
|
| 541 |
+
"defaultAgentId": "main",
|
| 542 |
+
"grantScopes": ["operator.read", "operator.write"]
|
| 543 |
+
},
|
| 544 |
"peers": peers
|
| 545 |
}
|
| 546 |
}
|