Initial commit for GenericAgent

This commit is contained in:
Liang Jiaqing
2026-01-16 23:43:35 +08:00
commit 1c13bf5526
15 changed files with 2902 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# 临时文件夹
temp/
tmp/
# Python 编译文件与环境
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
build/
dist/
*.egg-info/
# Streamlit 配置与缓存
.streamlit/
# IDE 配置
.vscode/
.idea/
*.swp
*.swo
# 操作系统文件
.DS_Store
Thumbs.db
# 本地日志与凭据
*.log
.env
auth.json
# 忽略模型响应记录
model_responses.txt