init agent project

This commit is contained in:
Nelson
2026-04-06 17:51:06 +08:00
parent 8daeef22e7
commit 7b7a2af4c6
11 changed files with 582 additions and 2 deletions

5
base/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""
基础工具模块
存放与模型、配置、工具等相关的底层工具类和函数。
"""