Commit Graph

50 Commits

Author SHA1 Message Date
MarkLo fc5f1c7565
Update README.md 2025-11-25 21:34:19 +08:00
MarkLo 4c0e3f0a02 Update README: Add JSON to Token optimization and JSON download features 2025-11-25 21:28:20 +08:00
MarkLo aca1903592 2025-11-25 21:16:11 +08:00
MarkLo 7e954bfdf9
Fix formatting issues in README.md 2025-11-25 18:45:39 +08:00
MarkLo 76a421b93e
Correct original project repository link in README
Updated references to the original project repository from TradingAgentsX to TradingAgents.
2025-11-25 18:45:04 +08:00
MarkLo 8d679007bf 2025-11-25 17:03:17 +08:00
MarkLo 3b89cc2f5c 2025-11-25 04:18:43 +08:00
MarkLo 7e62df6ebf 2025-11-24 23:53:28 +08:00
MarkLo 5c2d5e97dc
Update README.md 2025-11-24 12:32:19 +08:00
MarkLo ae8f667eef 2025-11-24 12:23:00 +08:00
MarkLo 34774c587f 2025-11-24 12:18:01 +08:00
MarkLo 6b43650128 2025-11-24 12:11:09 +08:00
MarkLo 2137172e7b 2025-11-24 11:19:23 +08:00
MarkLo 5b8a35a1cf 2025-11-24 09:41:47 +08:00
MarkLo d546f0929c 2025-11-24 03:27:37 +08:00
MarkLo ce53e9d725 2025-11-24 03:23:58 +08:00
MarkLo f27114e1b9
Update README.md 2025-11-23 21:42:37 +08:00
MarkLo c0939063aa 2025-11-23 07:54:46 +08:00
MarkLo 02b83a6ddd 2025-11-23 07:31:00 +08:00
MarkLo 91ad37412b 2025-11-23 03:14:49 +08:00
MarkLo 8ce12c8183 2025-11-23 00:58:14 +08:00
MarkLo 1f1c45122c 2025-11-22 13:52:14 +08:00
MarkLo cd9032cc43
Remove yfinance from the README.md list 2025-11-22 12:10:05 +08:00
MarkLo 69c415e5cb
Update README.md 2025-11-22 12:09:44 +08:00
MarkLo feaf406da5
Clean up README.md by removing excess lines
Removed unnecessary lines from the README file.
2025-11-22 09:07:14 +08:00
MarkLo a377efb94b
Update README.md 2025-11-22 09:06:45 +08:00
MarkLo d2d9b8f8f6
Update README.md 2025-11-22 04:46:43 +08:00
MarkLo 9278c3e831
Update README.md 2025-11-22 04:36:05 +08:00
MarkLo 3dccd7cb28 2025-11-22 04:34:52 +08:00
MarkLo 7fbbff7bb5 2025-11-22 04:15:35 +08:00
MarkLo 3b689bdc4e
Update README.md 2025-11-22 01:42:42 +08:00
Edward Sun b2ef960da7 updated readme 2025-10-09 00:32:04 -07:00
Edward Sun a5dcc7da45 update readme 2025-10-06 20:33:12 -07:00
luohy15 b01051b9f4 Switch default data vendor
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-30 12:43:27 +08:00
luohy15 8fdbbcca3d alpha vantage api key url 2025-09-29 18:22:31 +08:00
luohy15 7fc9c28a94 Add environment variable configuration support
- Add .env.example file with API key placeholders
- Update README.md with .env file setup instructions
- Add dotenv loading in main.py for environment variables

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 23:58:51 +08:00
luohy15 7bcc2cbd8a Update configuration documentation for Alpha Vantage data vendor
Add data vendor configuration examples in README and main.py showing how to configure Alpha Vantage as the primary data provider. Update documentation to reflect the current default behavior of using Alpha Vantage for real-time market data access.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 23:52:26 +08:00
luohy15 0ab323c2c6 Add Alpha Vantage API integration as primary data provider
- Replace FinnHub with Alpha Vantage API in README documentation
- Implement comprehensive Alpha Vantage modules:
  - Stock data (daily OHLCV with date filtering)
  - Technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands, ATR)
  - Fundamental data (overview, balance sheet, cashflow, income statement)
  - News and sentiment data with insider transactions
- Update news analyst tools to use ticker-based news search
- Integrate Alpha Vantage vendor methods into interface routing
- Maintain backward compatibility with existing vendor system

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 22:57:50 +08:00
luohy15 a6734d71bc WIP 2025-09-26 16:17:50 +08:00
Yijia Xiao 26c5ba5a78
Revert "Docker support and Ollama support (#47)" (#57)
This reverts commit 78ea029a0b.
2025-06-26 00:07:58 -04:00
Geeta Chauhan 78ea029a0b
Docker support and Ollama support (#47)
- Added support for running CLI and Ollama server via Docker
- Introduced tests for local embeddings model and standalone Docker setup
- Enabled conditional Ollama server launch via LLM_PROVIDER
2025-06-25 23:57:05 -04:00
Mithil Srungarapu 383deb72aa
Updated README.md
The diagrams were switched, so I fixed it.
2025-06-18 19:08:10 -07:00
neo a879868396
docs: add links to other language versions of README (#13)
Added language selection links to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, Russian, and Chinese.
2025-06-09 15:51:06 -07:00
Yijia-Xiao 0013415378 Add star history 2025-06-09 15:14:41 -07:00
Edward Sun 0fdfd35867
Fix default python usage config code 2025-06-08 13:16:10 -07:00
Edward Sun e994e56c23
Remove EODHD from readme 2025-06-07 15:04:43 -07:00
Yijia-Xiao cc97cb6d5d chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
Yijia Xiao 1a2074b60e Update README.md 2025-01-20 21:21:43 -08:00
Yijia-Xiao a70ca6e1a1 Figures 2024-12-28 11:47:36 +08:00
Yijia-Xiao c2fa046a9b TradingAgents-AI 2024-12-28 11:32:06 +08:00