Update agentscope-runtime to 0.2.0 (#32)
This commit is contained in:
@@ -47,7 +47,7 @@ dependencies = [
|
||||
"opentelemetry-instrumentation-sqlalchemy==0.48b0",
|
||||
"opentelemetry-instrumentation-redis==0.48b0",
|
||||
"sentry-sdk[fastapi]===2.30.0",
|
||||
"agentscope-runtime==0.1.6",
|
||||
"agentscope-runtime==0.2.0",
|
||||
"aiosqlite>=0.21.0",
|
||||
"asyncpg>=0.30.0"
|
||||
]
|
||||
|
||||
@@ -9,7 +9,7 @@ from typing import Optional
|
||||
|
||||
from loguru import logger
|
||||
|
||||
from agentscope_runtime.sandbox.manager.container_clients.docker_client import ( # noqa: E501 # pylint: disable=C0301
|
||||
from agentscope_runtime.common.container_clients.docker_client import ( # noqa: E501 # pylint: disable=C0301
|
||||
DockerClient,
|
||||
)
|
||||
from alias.runtime.alias_sandbox import AliasSandbox
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pyyaml>=6.0.2
|
||||
quart>=0.8.0
|
||||
quart-cors>=0.8.0
|
||||
agentscope-runtime==0.1.6
|
||||
agentscope-runtime==0.2.0
|
||||
agentscope[full]>=1.0.5
|
||||
|
||||
@@ -256,7 +256,7 @@ const App: React.FC = () => {
|
||||
{desktopUrl && (
|
||||
<iframe
|
||||
src={desktopUrl}
|
||||
style={{ width: '1280px', height: '800px', border: 'none' }}
|
||||
style={{ width: "1280px", height: "800px", border: "none" }}
|
||||
title="DesktopPage"
|
||||
/>
|
||||
)}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
flask>=3.1.2
|
||||
flask_cors>=6.0.1
|
||||
agentscope-runtime==0.1.6
|
||||
agentscope-runtime==0.2.0
|
||||
agentscope-runtime[agentscope]
|
||||
flask_sqlalchemy>=3.1.1
|
||||
@@ -7,4 +7,4 @@ langgraph-api>=0.4.43
|
||||
dashscope>=1.24.6
|
||||
openai>=2.4.0
|
||||
pandas>=2.3.3
|
||||
agentscope-runtime==0.1.6
|
||||
agentscope-runtime==0.2.0
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user