TradingAgents/cli
vonuhau-saitex 76684278f4 feat: add multi-market support with Vietnam (VN) stock market provider
Introduce an extensible market provider registry that allows TradingAgents
    to analyze stocks from non-US markets. Adds Vietnam market as the first
    non-US implementation using vnstock. The system auto-detects which market
    a ticker belongs to and routes data requests to the appropriate provider.
2026-03-18 12:47:53 +07:00
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
announcements.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
config.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
main.py feat: add multi-market support with Vietnam (VN) stock market provider 2026-03-18 12:47:53 +07:00
models.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
stats_handler.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
utils.py feat: add multi-market support with Vietnam (VN) stock market provider 2026-03-18 12:47:53 +07:00