mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix: pass task_id to _create_environment as well, to prevent cross-session state mixing
Signed-off-by: rovle <lovre.pesut@gmail.com>
This commit is contained in:
parent
7d47e3b776
commit
ca33372595
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ def _get_file_ops(task_id: str = "default") -> ShellFileOperations:
|
|||
cwd=cwd,
|
||||
timeout=config["timeout"],
|
||||
container_config=container_config,
|
||||
task_id=task_id,
|
||||
)
|
||||
|
||||
with _env_lock:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue