mirrored 6 minutes ago
0
Yanxiao ZhaoAdd autoglm-os-9b-v (#344) * update for autoglm-v * Update run_autoglm.py --------- Co-authored-by: hanyullai <hanyullai@outlook.com>a4f8fe2
"""
AutoGLM agent implementation
"""

from .main import AutoGLMAgent

__all__ = ["AutoGLMAgent"]