#I am not running the agents in sandboxed

1 messages ยท Page 1 of 1 (latest)

fossil moat
#

I have not sandboxed as well and have provided access to all tools in the config. Still my agent says it only has access to only these tools:
message
sessions_list
sessions_history
sessions_send
session_status

#

I have this config:

"list": [
      {
        "id": "main",
        "default": true,
        "tools": {
          "allow": [
            "*"
          ],
          "deny": []
        },
        "sandbox": {
          "mode": "none"
        }
      },
....
    ]
#

Any thoughts why it might not be picking up?
I have restarted gateway multiple times.

violet phoenix