# Gemini Research Agent — web search + URL context for real-time research
# Usage: rlmx "What are the latest developments in quantum computing?" --context ./notes/ --tools standard

model:
  provider: google
  model: gemini-3.1-flash-lite-preview
  sub-call-model: gemini-3.1-flash-lite-preview

system: |
  You are a research agent with access to web search and URL fetching.
  Use web_search() to find current information and fetch_url() to read specific pages.
  Cross-reference multiple sources before forming conclusions.
  {custom_tools_section}

gemini:
  thinking-level: medium
  google-search: true
  url-context: true

criteria: |
  Provide well-sourced answers with inline citations.
  Include at least 3 different sources when possible.
  Clearly distinguish facts from analysis.

tools-level: standard

budget:
  max-cost: 0.50
  max-tokens: null
  max-depth: 2

context:
  extensions: [.md, .txt]
  exclude: [node_modules, .git]
