TradingAgents/tradingagents/graph
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
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
propagation.py fix: initialize all debate state fields in propagation.py 2026-03-15 17:54:32 +00:00
reflection.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
setup.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
signal_processing.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
trading_graph.py feat: spend limits with automatic abort (#524) 2026-04-20 22:41:10 +10:00