38 lines
998 B
Plaintext
38 lines
998 B
Plaintext
# OpenAI Configuration
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
|
|
# Anthropic Configuration
|
|
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
|
|
|
# X (Twitter) API Configuration
|
|
X_BEARER_TOKEN=your_x_bearer_token_here
|
|
X_API_KEY=your_x_api_key_here
|
|
X_API_SECRET=your_x_api_secret_here
|
|
X_ACCESS_TOKEN=your_x_access_token_here
|
|
X_ACCESS_SECRET=your_x_access_secret_here
|
|
|
|
# Bloomberg API Configuration
|
|
BLOOMBERG_API_KEY=your_bloomberg_api_key_here
|
|
|
|
# Reuters API Configuration
|
|
REUTERS_API_KEY=your_reuters_api_key_here
|
|
|
|
# Reddit Configuration
|
|
REDDIT_CLIENT_ID=your_reddit_client_id_here
|
|
REDDIT_CLIENT_SECRET=your_reddit_client_secret_here
|
|
REDDIT_USER_AGENT=TradingAgents/1.0
|
|
|
|
# FinnHub Configuration
|
|
FINNHUB_API_KEY=your_finnhub_api_key_here
|
|
|
|
# Alpha Vantage Configuration
|
|
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_api_key_here
|
|
|
|
# Polygon.io Configuration
|
|
POLYGON_API_KEY=your_polygon_api_key_here
|
|
|
|
# ChromaDB Configuration
|
|
CHROMA_DB_PATH=./chroma_data
|
|
|
|
# Trading Configuration
|
|
TRADINGAGENTS_RESULTS_DIR=./results |