deerflow2/backend/src/agents/__init__.py

4 lines
61 B
Python

from .lead_agent import lead_agent
__all__ = ["lead_agent"]