Commit Graph

8 Commits

Author SHA1 Message Date
luohy15 01a12c945f Switch default data vendor 2025-09-30 12:43:27 +08:00
luohy15 8a61fe0cac 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
2025-09-26 23:58:51 +08:00
luohy15 26edb71254 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.
2025-09-26 23:52:26 +08:00
luohy15 b1d1496ec0 WIP 2025-09-26 16:17:50 +08:00
Yijia Xiao 9b5dbc166b Revert "Docker support and Ollama support (#47)" (#57)
This reverts commit 78ea029a0b.
2025-06-26 00:07:58 -04:00
Geeta Chauhan a8c031fe64 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
Edward Sun a2dfee5996 main works, cli bugs 2025-06-15 22:20:59 -07:00
Yijia-Xiao cc97cb6d5d chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00