fix: pass accounts_prompt to ExecutionStream in add_graph and GraphExecutor

This commit is contained in:
vakrahul
2026-02-24 06:31:56 +05:30
parent ba31c760a6
commit c4944c5662
@@ -456,6 +456,7 @@ class ExecutionStream:
storage_path=exec_storage,
runtime_logger=runtime_logger,
loop_config=self.graph.loop_config,
accounts_prompt=self.accounts_prompt,
)
# Track executor so inject_input() can reach EventLoopNode instances
self._active_executors[execution_id] = executor