FHC_OCR / agent /__init__.py
Shubadecka's picture
adding agent
5965cc0
Raw
History Blame Contribute Delete
139 Bytes
from .orchestrator import run_agent
from .tools import AGENT_TOOLS, dispatch_tool
__all__ = ["run_agent", "AGENT_TOOLS", "dispatch_tool"]