docs: call it the memory log throughout

- docstrings, comments, messages and the README section use "memory log", matching TradingMemoryLog and memory_log_path
- the write, read and settle paths are named for what they do, not by design phase
This commit is contained in:
Yijia-Xiao
2026-09-24 19:38:41 +00:00
parent c50420fc5c
commit 5ac5786d0d
9 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ def run_analysis(checkpoint: bool | None = None, portfolio=None):
)
update_display(layout, spinner_text, stats_handler=stats_handler, start_time=start_time)
# The same initial state propagate() builds: settled decision log, past
# The same initial state propagate() builds: settled memory log, past
# context and resolved instrument identity.
init_agent_state = graph.create_run_state(
selections["ticker"], selections["analysis_date"], selections["asset_type"], portfolio