fix(agents): say when the resolved identity is today's, not the run date's

- the vendor profile has no historical vintage, and every agent is told to anchor to it
This commit is contained in:
Yijia-Xiao
2026-09-17 23:37:43 +00:00
parent de7e43fc4a
commit f0a1cf6290
5 changed files with 87 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ def _bare_graph(tmp_path):
graph.propagator = Propagator()
graph.selected_analysts = ["market"]
graph._resolve_pending_entries = lambda t: None
graph.resolve_instrument_context = lambda t, a="stock": ""
graph.resolve_instrument_context = lambda t, a="stock", d=None: ""
graph._memory_as_of = lambda d: None
return graph