Skip to content

Commit a5dcc7d

Browse files
committed
update readme
1 parent 7bb2941 commit a5dcc7d

File tree

3 files changed

+92
-3
lines changed

3 files changed

+92
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ cp .env.example .env
127127
# Edit .env with your actual API keys
128128
```
129129

130-
**Note:** The default configuration uses [Alpha Vantage](https://www.alphavantage.co/) for fundamental and news data. You can get a free API key from their website, or upgrade to [Alpha Vantage Premium](https://www.alphavantage.co/premium/) for higher rate limits and more stable access. If you prefer to use OpenAI for these data sources instead, you can modify the data vendor settings in `tradingagents/default_config.py`.
130+
**Note:** We are happy to partner with Alpha Vantage to provide robust API support for TradingAgents. You can get a free AlphaVantage API [here](https://www.alphavantage.co/support/#api-key). Typically the quota is sufficient for performing complex tasks with TradingAgents thanks to Alpha Vantage’s open-source support program. If you prefer to use OpenAI for these data sources instead, you can modify the data vendor settings in `tradingagents/default_config.py`.
131131

132132
### CLI Usage
133133

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"eodhd>=1.0.32",
1313
"feedparser>=6.0.11",
1414
"finnhub-python>=2.4.23",
15+
"grip>=4.6.2",
1516
"langchain-anthropic>=0.3.15",
1617
"langchain-experimental>=0.3.4",
1718
"langchain-google-genai>=2.1.5",

uv.lock

Lines changed: 90 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)