# Core API Keys TAVILY_API_KEY=your-tavily-key OPENAI_API_KEY=your-openai-key GOOGLE_API_KEY=your-google-key # Huggingface SpaceID - if you want run and submit the answers outside of the HF space SPACE_ID=your-huggingface-space HF_TOKEN=your-huggingface-token # If running on Windows, configure the CHESS_ENGINE_PATH=stock-fish-engine-location-here # Configure this if you want to enable observability with LangSmith LANGSMITH_API_KEY=your-langsmith-key LANGSMITH_TRACING=false LANGSMITH_PROJECT=gaia_agent # Flag indicating whether the agent will work in submission mode or not. # If submission mode is on the agent will retrieve 20 questions and submit their answers # If submission mode is off the agent will accept questions from the user SUBMISSION_MODE_ON=False