{
  "agents": {
    "defaults": {
      "workspace": "/root/.nanobot/sqyyqssqyyqs_workspace",
      "model": "gpt-5.3-codex",
      "provider": "openai",
      "maxTokens": 8192,
      "contextWindowTokens": 65536,
      "temperature": 0.15,
      "maxToolIterations": 40
    }
  },
  "providers": {
    "openai": {
      "apiKey": "sk-3392b73d406faa419218357ae77c21ea89ad093774bb06066be0fad252a77a3e",
      "apiBase": "https://sub-lb.tap365.org/v1"
    }
  },
  "gateway": {
    "host": "0.0.0.0",
    "port": 18790,
    "heartbeat": {
      "enabled": true,
      "intervalS": 1800
    }
  },
  "tools": {
    "restrictToWorkspace": true,
    "web": {
      "search": {
        "provider": "duckduckgo",
        "maxResults": 8
      }
    }
  },
  "channels": {
    "telegram": {
      "enabled": true,
      "token": "8663303325:AAHiQk-4dI9NuVHAHMeIWQDs5SuRHtzEAj0",
      "allowFrom": ["*"],
      "replyToMessage": true,
      "groupPolicy": "mention"
    }
  }
}
