* update for autoglm-v * Update run_autoglm.py --------- Co-authored-by: hanyullai <hanyullai@outlook.com>
8 lines
97 B
Python
8 lines
97 B
Python
"""
|
|
AutoGLM agent implementation
|
|
"""
|
|
|
|
from .main import AutoGLMAgent
|
|
|
|
__all__ = ["AutoGLMAgent"]
|