TradingAgents/cli
Clayton Brown 872ec8d119 feat: spend limits with automatic abort (#524)
Add --max-cost flag (USD) to cap LLM spend per analysis run.

Review feedback applied:
- Guard trace[-1] IndexError when stream yields no chunks
- Remove speculative model entries from pricing table
- Move budget checks inside lock for thread safety
- Split log_ticker_spend into format + log for modularity

Closes #524
2026-04-20 22:41:10 +10: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: spend limits with automatic abort (#524) 2026-04-20 22:41:10 +10: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 DeepSeek, Qwen, GLM, and Azure OpenAI provider support 2026-04-13 07:12:07 +00:00