mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-27 06:56:39 +03:00
refactor(agents): organise the agents package by what each module holds
- tools.py: the analysts' data tools, previously seven modules under utils - context.py (was agent_utils, without its tool re-exports), state.py, rating.py and structured.py sit beside schemas.py - every role package has an __init__
This commit is contained in:
@@ -196,7 +196,7 @@ class TestTradingMemoryLogCore:
|
||||
def test_an_unreadable_decision_is_tagged_for_review(self, tmp_path):
|
||||
"""Not a Hold: a fabricated rating is quoted back to the next run as a
|
||||
call that was never made, and counted in the backtest figures."""
|
||||
from tradingagents.agents.utils.rating import RATING_REVIEW
|
||||
from tradingagents.agents.rating import RATING_REVIEW
|
||||
|
||||
log = make_log(tmp_path)
|
||||
log.store_decision("MSFT", "2026-01-12", DECISION_NO_RATING)
|
||||
|
||||
Reference in New Issue
Block a user