Files
GenericAgent/.gitignore
Liang Jiaqing 08d6cedc7d feat: 优化LLM显示、修复API路径、重构自主操作SOP、添加sche_tasks到gitignore
- agentmain.py: LLM列表显示增加backend类型
- sidercall.py: 统一API endpoint路径为/v1/chat/completions
- autonomous_operation_sop.md: 重构任务选择逻辑和报告目录规则
- .gitignore: 添加sche_tasks/目录排除
- 移除git追踪的sche_tasks任务报告文件
2026-02-20 11:10:04 +08:00

73 lines
963 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 临时文件夹
temp/
tmp/
# Python 编译文件与环境
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
build/
dist/
*.egg-info/
# Streamlit é…<C3A9>置与缓存
.streamlit/
# IDE é…<C3A9>ç½®
.vscode/
.idea/
*.swp
*.swo
# æ“<C3A6>作系统æ‡ä»¶
.DS_Store
Thumbs.db
# 本地日志与凭æ<C2AD>®
*.log
.env
auth.json
# 忽略模åžå“<C3A5>应记录
model_responses.txt
# 任务调度目录
tasks/
*.zip
# å­˜å¨æ•<C3A6>感信æ<C2A1>¯çš„记忆æ‡ä»¶å¤¹ï¼ˆé™¤äº†å…¬å¼€çš„ SOP)
memory/*
!memory/memory_management_sop.md
# Allow tracking of specific SOPs
!memory/web_setup_sop.md
!memory/autonomous_operation_sop.md
!memory/scheduled_task_sop.md
# ljqCtrl related tools
!memory/ljqCtrl.py
!memory/ljqCtrl_sop.md
# mem_scanner related tools
!memory/mem_scanner.py
!memory/mem_scanner_sop.md
# TMWebDriver SOP
!memory/tmwebdriver_sop.md
# Subagent SOP
!memory/subagent_sop.md
# ADB UI tool
!memory/adb_ui.py
# Visual Studio
.vs/
restore_commit.txt
# ¼Æ»®ÈÎÎñµ÷¶ÈĿ¼
sche_tasks/