Blood.ai / agentpro /__init__.py
usmar's picture
first commit
42a4238
Raw
History Blame Contribute Delete
195 Bytes
from .agent import AgentPro
from typing import Any
from agentpro.tools import AresInternetTool
ares_tool = AresInternetTool()
__all__ = ['AgentPro', 'ares_tool'] # add more tools when available