# Set TRPC_AGENT_API_KEY、TRPC_AGENT_BASE_URL、TRPC_AGENT_MODEL_NAME
TRPC_AGENT_API_KEY=your_api_key
TRPC_AGENT_BASE_URL=your_base_url
TRPC_AGENT_MODEL_NAME=your_model_name

# Google Custom Search — required ONLY when driving the google_agent /
# google_raw_agent scenarios. Obtain credentials from
#   https://developers.google.com/custom-search/v1/overview
# If either variable is missing the Google scenarios will short-circuit
# with a friendly "provider not configured" summary instead of crashing.
GOOGLE_CSE_API_KEY=your_google_cse_api_key
GOOGLE_CSE_ENGINE_ID=your_google_cse_engine_id
