mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-27 23:12: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:
@@ -12,8 +12,8 @@ from __future__ import annotations
|
||||
import pytest
|
||||
|
||||
import cli.run as cli_run
|
||||
from tradingagents.decision_log import TradingMemoryLog
|
||||
from tradingagents.graph.trading_graph import TradingAgentsGraph
|
||||
from tradingagents.memory import TradingMemoryLog
|
||||
|
||||
|
||||
def _bare_graph(tmp_path):
|
||||
|
||||
Reference in New Issue
Block a user