5 lines
105 B
Python
5 lines
105 B
Python
"""兼容导出:请优先使用 agent 包"""
|
|
|
|
from agent.tool import ToolAgent
|
|
|
|
__all__ = ["ToolAgent"] |