{
  "fast": {
    "mode": "fast",
    "maxTurns": 1,
    "maxQueries": 2,
    "resultsPerQuery": 4,
    "maxPages": 3,
    "pageTimeoutMs": 6000,
    "stealthTimeoutMs": 30000,
    "pageTextLimit": 4000,
    "minPageText": 300,
    "useJinaFallback": true,
    "maxChunksPerPage": 3,
    "searchProvider": "ddg_html",
    "allowedSourceTypes": ["official_doc", "github_readme", "github_repo", "paper", "blog", "news", "forum", "other", "file"],
    "minAuthoritativeSources": 1,
    "minSources": 3,
    "cacheTtlMs": 86400000
  },
  "deep": {
    "mode": "deep",
    "maxTurns": 2,
    "maxQueries": 10,
    "resultsPerQuery": 5,
    "maxPages": 8,
    "pageTimeoutMs": 10000,
    "stealthTimeoutMs": 40000,
    "pageTextLimit": 8000,
    "minPageText": 300,
    "useJinaFallback": true,
    "maxChunksPerPage": 3,
    "searchProvider": "ddg_html",
    "allowedSourceTypes": ["official_doc", "github_readme", "github_repo", "paper", "blog", "news", "forum", "other", "file"],
    "minAuthoritativeSources": 1,
    "minSources": 4,
    "cacheTtlMs": 86400000
  },
  "code": {
    "mode": "code",
    "maxTurns": 2,
    "maxQueries": 6,
    "resultsPerQuery": 5,
    "maxPages": 6,
    "pageTimeoutMs": 10000,
    "stealthTimeoutMs": 40000,
    "pageTextLimit": 8000,
    "minPageText": 300,
    "useJinaFallback": true,
    "maxChunksPerPage": 3,
    "searchProvider": "ddg_html",
    "allowedSourceTypes": ["official_doc", "github_readme", "github_repo", "news", "other", "file"],
    "minAuthoritativeSources": 1,
    "minSources": 3,
    "cacheTtlMs": 172800000
  },
  "academic": {
    "mode": "academic",
    "maxTurns": 2,
    "maxQueries": 6,
    "resultsPerQuery": 5,
    "maxPages": 6,
    "pageTimeoutMs": 10000,
    "stealthTimeoutMs": 40000,
    "pageTextLimit": 8000,
    "minPageText": 300,
    "useJinaFallback": true,
    "maxChunksPerPage": 3,
    "searchProvider": "academic",
    "allowedSourceTypes": ["paper", "official_doc", "github_readme", "github_repo", "news", "other", "file"],
    "minAuthoritativeSources": 1,
    "minSources": 3,
    "preferRecent": true,
    "minYear": 2018,
    "cacheTtlMs": 604800000
  }
}
