We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a1334 commit ebcbe80Copy full SHA for ebcbe80
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"openai",
12
"pydantic>=2.11.7",
13
"requests>=2.32.4",
14
- "agentscope>=1.0.6",
+ "agentscope>=1.0.9",
15
"docker>=7.1.0",
16
"redis>=6.0.0",
17
"oss2>=2.19.1",
@@ -84,4 +84,4 @@ ext = [
84
"wheel",
85
"alibabacloud-credentials",
86
"PyYAML",
87
-]
+]
src/agentscope_runtime/adapters/agentscope/tool/tool.py
@@ -9,9 +9,7 @@
9
)
10
from agentscope.tool import Toolkit, ToolResponse
-from agentscope.tool._registered_tool_function import (
- RegisteredToolFunction,
-)
+from agentscope.tool._types import RegisteredToolFunction
from agentscope_runtime.tools.base import Tool
0 commit comments