在未联网的环境中,将私有部署的模型作为planner,Error running agent: Runtime service did not start within the specified timeout.
在alias项目中,定义
"qwen30b": [ OpenAIChatModel( api_key='empty', model_name="qwen3-30b-a3b-instruct", stream=False, client_args={"base_url": "http://localhost:30088/v1/chat/completions"} ), OpenAIChatFormatter(), ],
使用脚本 RUNTIME_SANDBOX_REGISTRY=agentscope-registry.ap-southeast-1.cr.aliyuncs.com alias_agent run --task "你好"
在有网的环境下正常,断网后超时
我也遇到这个问题了,没什么头绪
The reason is that the remote docker image file cannot be fetched without an internet connection. You can download the docker image file to your local device first, and then load it with the docker load command.
原因是远程 Docker 镜像文件需要网络连接才能获取。您可以先将 Docker 镜像文件下载到本地设备,然后再使用命令加载它
docker load。
我已经将镜像下载下来了
原因是远程 Docker 镜像文件需要网络连接才能获取。您可以先将 Docker 镜像文件下载到本地设备,然后再使用命令加载它
docker load。我已经将镜像下载下来了
![]()
RUNTIME_SANDBOX_REGISTRY=agentscope-registry.ap-southeast-1.cr.aliyuncs.com alias_agent run --task "你好"命令用什么呢
What is the output when running alias_agent run --task "你好" directly?
原因是远程Docker镜像文件需要网络连接才能获取。您可以先将Docker镜像文件下载到本地设备,然后再使用命令加载它
docker load。我已经将镜像下载下来了
![]()
RUNTIME_SANDBOX_REGISTRY=agentscope-registry.ap-southeast-1.cr.aliyuncs.com alias_agent run --task "你好"命令格式直接运行的输出结果是什么
alias_agent run --task "你好"?
运行alias_agent run --task "你好"
运行RUNTIME_SANDBOX_REGISTRY=agentscope-registry.ap-southeast-1.cr.aliyuncs.com alias_agent run --task "你好"
Please tag the docker image without agentscope-registry.ap-southeast-1.cr.aliyuncs.com:
docker tag agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-alias:latest agentscope/runtime-sandbox-alias:latest
Or you can export RUNTIME_SANDBOX_REGISTRY="agentscope-registry.ap-southeast-1.cr.aliyuncs.com", then run your script: alias_agent run --task "你好".
Please tag the docker image without
agentscope-registry.ap-southeast-1.cr.aliyuncs.com:
docker tag agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-alias:latest agentscope/runtime-sandbox-alias:latestOr you can
export RUNTIME_SANDBOX_REGISTRY="agentscope-registry.ap-southeast-1.cr.aliyuncs.com", then run your script:alias_agent run --task "你好".
According to the method you provided, we obtained the following results:
Please tag the docker image without
agentscope-registry.ap-southeast-1.cr.aliyuncs.com:docker tag agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-alias:latest agentscope/runtime-sandbox-alias:latestOr you canexport RUNTIME_SANDBOX_REGISTRY="agentscope-registry.ap-southeast-1.cr.aliyuncs.com", then run your script:alias_agent run --task "你好".According to the method you provided, we obtained the following results:
![]()
what about running docker tag agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-alias:latest agentscope/runtime-sandbox-alias:latest
Please tag the docker image without
agentscope-registry.ap-southeast-1.cr.aliyuncs.com:docker tag agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-alias:latest agentscope/runtime-sandbox-alias:latestOr you canexport RUNTIME_SANDBOX_REGISTRY="agentscope-registry.ap-southeast-1.cr.aliyuncs.com", then run your script:alias_agent run --task "你好".According to the method you provided, we obtained the following results:
what about running
docker tag agentscope-registry.ap-southeast-1.cr.aliyuncs.com/agentscope/runtime-sandbox-alias:latest agentscope/runtime-sandbox-alias:latest
the same result
See https://runtime.agentscope.io/en/sandbox_troubleshooting.html for debugging your sandbox troubleshooting
This issue is marked as stale because there has been no activity for 21 days. Remove stale label or add new comments or this issue will be closed in 3 day.
Close this stale issue.