feat: agent sandbox support HITL

This commit is contained in:
Harry
2026-02-09 22:20:30 +08:00
parent 5eeb6c56f0
commit 9614fe8e6e
3 changed files with 5 additions and 7 deletions

View File

@ -355,7 +355,7 @@ class GraphRuntimeState:
def sandbox(self) -> Sandbox | None:
return self._sandbox
def set_sandbox(self, sandbox: Sandbox) -> None:
def set_sandbox(self, sandbox: Sandbox | None) -> None:
self._sandbox = sandbox
# ------------------------------------------------------------------