-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 821 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (19 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# AgentQuant Environment Configuration
# Copy this file to .env and add your actual API keys
# Required: Google Gemini API Key for AI strategy generation
# Get your key at: https://makersuite.google.com/app/apikey
GOOGLE_API_KEY=your_gemini_api_key_here
# Optional: FRED API Key for macroeconomic data
# Get your key at: https://fred.stlouisfed.org/docs/api/api_key.html
FRED_API_KEY=your_fred_api_key_here
# Optional: Tavily API Key for web search in tools
# Get your key at: https://tavily.com
TAVILY_API_KEY=your_tavily_api_key_here
# Optional: Anthropic API Key for Claude tool-use (if using)
# Get your key at: https://console.anthropic.com
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Optional: Logging configuration
LOG_LEVEL=INFO
# Optional: Cache settings
CACHE_ENABLED=true
DATA_UPDATE_FREQUENCY=daily