codefuse-chatbot/dev_opsgpt/connector/configs/__init__.py

7 lines
198 B
Python
Raw Normal View History

from .agent_config import AGETN_CONFIGS
from .chain_config import CHAIN_CONFIGS
from .phase_config import PHASE_CONFIGS
__all__ = [
"AGETN_CONFIGS", "CHAIN_CONFIGS", "PHASE_CONFIGS"
]