swj.premkumar
a6e4c9b770
feat: implement trend override, harden regime detection, and organize tests
...
**Core Logic (Safety Valve & Regime Detection):**
* Added "Momentum Override": `Overall Return > 30%` now forces `TRENDING_UP` (Bull) regime to capture volatile winners.
* Prioritized Trend Strength (ADX) over Volatility for single stocks.
* Fixed `Hurst Exponent` calculation to handle non-positive inputs safely.
* **Data Reliability ([market_analyst.py]
2026-01-11 11:18:46 -06:00
swj.premkumar
d0f229a444
Dataflow: Robustified
...
route_to_vendor
to treat empty/whitespace-only results as failures, ensuring the fallback chain continues to the next vendor.
Analyst Nodes: Removed destructive logic that was overwriting real company names with ticker symbols in the anonymizer state.
Fixed
News Vendors: Resolved a TypeError in Google news results and removed the non-functional OpenAI news implementations.
Report Generator: Fixed a NameError related to sys and restored path-parsing logic in
2026-01-11 08:32:08 -06:00
swj.premkumar
54a3395b37
Phase 2 changes
2026-01-10 05:17:58 -06:00
swj.premkumar
d2ebd6d587
ickerAnonymizer` into all analyst agents (`Market`, `News`, `Fundamentals`, `Social`) and data tools. The LLM now only sees "ASSET_XXX" in prompts, preventing data contamination.
2026-01-09 21:40:45 -06:00
swj.premkumar
a0ab1a9b3e
The **TradingAgents** system is a risk-managed, LLM-driven trading engine designed to execute trades based on validated truth, not hallucinations. It connects hierarchical LLM agents with deterministic safety gates to ensure that every trade is architecturally sound, factually correct, and risk-compliant.
2026-01-09 19:28:49 -06:00
luohy15
8b04ec307f
minor fix
2025-09-26 23:25:33 +08:00
luohy15
a6734d71bc
WIP
2025-09-26 16:17:50 +08:00
Edward Sun
52284ce13c
fixed anthropic support. Anthropic has different format of response when it has tool calls. Explicit handling added
2025-06-21 12:51:34 -07:00
Yijia-Xiao
cc97cb6d5d
chore(release): v0.1.0 – initial public release of TradingAgents
2025-06-05 04:27:57 -07:00