{
  "tools": {
    "search": "codex",
    "contents": null,
    "answer": null,
    "research": null
  },
  "genericSettings": {
    "requestTimeoutMs": 30000,
    "retryCount": 3,
    "retryDelayMs": 2000,
    "researchPollIntervalMs": 3000,
    "researchTimeoutMs": 21600000,
    "researchMaxConsecutivePollErrors": 3
  },
  "providers": {
    "claude": {
      "enabled": false
    },
    "cloudflare": {
      "enabled": false,
      "apiToken": "CLOUDFLARE_API_TOKEN",
      "accountId": "CLOUDFLARE_ACCOUNT_ID"
    },
    "codex": {
      "enabled": true,
      "native": {
        "networkAccessEnabled": true,
        "webSearchEnabled": true,
        "webSearchMode": "live"
      }
    },
    "custom-cli": {
      "enabled": false
    },
    "exa": {
      "enabled": false,
      "apiKey": "EXA_API_KEY",
      "native": {
        "type": "auto",
        "contents": {
          "text": true
        }
      }
    },
    "gemini": {
      "enabled": false,
      "apiKey": "GOOGLE_API_KEY",
      "native": {
        "searchModel": "gemini-2.5-flash",
        "answerModel": "gemini-2.5-flash",
        "researchAgent": "deep-research-pro-preview-12-2025"
      },
      "policy": {
        "researchMaxConsecutivePollErrors": 10
      }
    },
    "perplexity": {
      "enabled": false,
      "apiKey": "PERPLEXITY_API_KEY",
      "native": {
        "answer": {
          "model": "sonar"
        },
        "research": {
          "model": "sonar-deep-research"
        }
      }
    },
    "parallel": {
      "enabled": false,
      "apiKey": "PARALLEL_API_KEY",
      "native": {
        "search": {
          "mode": "agentic"
        },
        "extract": {
          "excerpts": true,
          "full_content": false
        }
      }
    },
    "valyu": {
      "enabled": false,
      "apiKey": "VALYU_API_KEY",
      "native": {
        "searchType": "all",
        "responseLength": "short"
      }
    }
  }
}
