TradingAgents/tradingagents/agents
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
..
analysts feat: implement trend override, harden regime detection, and organize tests 2026-01-11 11:18:46 -06:00
managers chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
researchers 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
risk_mgmt chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
trader 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
utils Adjusted default character truncation to safer levels for local embedding models. 2026-01-11 08:07:13 -06:00
__init__.py WIP 2025-09-26 16:17:50 +08:00