@Eryx请问一下,sandbox开启的情况下如何启用browser tool? 中发帖

如题,目前我把某agent的sandbox打开了,然后发现其无法使用browser能力,请问这个问题要怎么解决? 
     {  
        "id": "social-admin",
        "name": "social-admin",
        "workspace": "/Users/xxxxx/.openclaw/workspace-social-admin",
        "agentDir": "/Users/xxxxx/.openclaw/agents/social-admin/agent",
        "sandbox": {
          "mode": "all",
          "scope": "shared"
        },
        "tools": {
          "profile": "ful...
 
 
Back to Top