-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 924 Bytes
/
.env.example
File metadata and controls
18 lines (15 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Required — Claude API key for ORACLE, AXIOM, and FORGE
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Optional — FRED API key for macro economic indicators (free)
# Get one at: https://fred.stlouisfed.org/docs/api/api_key.html
FRED_API_KEY=your_fred_api_key_here
# Optional — Alpha Vantage API key (reserved for future data sources)
# Get one at: https://www.alphavantage.co/support/#api-key
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_api_key_here
# Optional — Telegram notifications (session summaries sent after each session)
# 1. Create a bot: message @BotFather on Telegram, send /newbot, follow prompts
# 2. Copy the bot token (looks like 123456789:ABCdefGHIjklMNOpqrSTUvwxYZ)
# 3. Get your chat ID: message @userinfobot on Telegram, it replies with your ID
# 4. Start a chat with your bot (search its username) and send any message
TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_chat_id_here