tao-shen Claude Opus 4.6 (1M context) commited on
Commit
2064383
·
1 Parent(s): a3c0836

fix: try routing.grantScopes for A2A operator.write

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. 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": "bearer"},
540
- "routing": {"defaultAgentId": "main"},
 
 
 
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
  }