Update agentscope-runtime to 0.2.0 (#32)

This commit is contained in:
Lamont Huffman
2025-11-10 18:28:19 +08:00
committed by GitHub
parent dba3b86ddf
commit 75f9c14e60
7 changed files with 7 additions and 8 deletions

View File

@@ -43,8 +43,7 @@ async def agent_singleton():
"browser_use.browser_use_fullstack_runtime."
"backend.agentscope_browseruse_agent.InMemorySessionHistoryService",
) as MockHistoryService, patch(
"agentscope_runtime.sandbox.manager."
"container_clients.docker_client.docker",
"agentscope_runtime.common.container_clients.docker_client.docker",
) as mock_docker, patch(
"agentscope_runtime.sandbox.manager.sandbox_manager.SandboxManager",
) as MockSandboxManager: