8000
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 93e8f02 commit 03f167cCopy full SHA for 03f167c
pyproject.toml
@@ -45,6 +45,7 @@ dependencies = [
45
"sqlalchemy>=2.0", # SQL database ORM
46
"tzlocal>=5.3", # Time zone utilities
47
"uvicorn>=0.34.0", # ASGI server for FastAPI
48
+ "toolbox-core>=0.1.0",
49
# go/keep-sorted end
50
]
51
dynamic = ["version"]
src/google/adk/tools/toolbox_toolset.py
@@ -12,9 +12,11 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-from typing import List, Optional, override
+from typing import List
16
+from typing import Optional
17
18
import toolbox_core as toolbox
19
+from typing_extensions import override
20
21
from ..agents.readonly_context import ReadonlyContext
22
from .base_tool import BaseTool
0 commit comments