mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-27 06:56:39 +03:00
refactor: name the decision log module tradingagents/memory.py
- TradingMemoryLog imports from tradingagents.memory, matching the class, the memory_log_path key and graph.memory_log
This commit is contained in:
@@ -11,7 +11,7 @@ from __future__ import annotations
|
||||
import pytest
|
||||
|
||||
from tradingagents.backtest import iter_grid, run_backtest, summarize
|
||||
from tradingagents.decision_log import TradingMemoryLog
|
||||
from tradingagents.memory import TradingMemoryLog
|
||||
|
||||
DECISION = "Rating: Buy\n\nbuy it"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user