deerflow2/backend/src/agents/lead_agent/__init__.py

4 lines
66 B
Python

from .agent import make_lead_agent
__all__ = ["make_lead_agent"]