Files
dify/api/services/agent/__init__.py
zyssyz123 d9e90d0fa0 feat: add new agent (#36284)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-19 10:43:23 +00:00

5 lines
156 B
Python

from .composer_service import AgentComposerService
from .roster_service import AgentRosterService
__all__ = ["AgentComposerService", "AgentRosterService"]