Spaces:
Sleeping
Sleeping
File size: 322 Bytes
9b4acbb |
1 2 3 4 5 6 7 8 9 |
# coding: utf-8
# Copyright (c) 2025 inclusionAI.
from aworld.core.tool.base import Tool, AsyncTool
from aworld.core.tool.action import ExecutableAction
from aworld.utils.common import scan_packages
scan_packages("examples.tools", [Tool, AsyncTool, ExecutableAction])
from examples.tools.browsers.action.actions import * |