feat: 添加定时任务调度器和相关配置
- 新增定时任务调度器(agentmain.py):支持基于时间戳的任务自动执行 - 添加scheduled_task_sop.md:定时任务执行流程文档 - 优化agent_loop.py:移除错误提示emoji - 调整sidercall.py:降低context_win至10000 - 更新.gitignore:忽略tasks目录,白名单scheduled_task_sop.md
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -33,6 +33,9 @@ auth.json
|
||||
# 忽略模型响应记录
|
||||
model_responses.txt
|
||||
|
||||
# 任务调度目录
|
||||
tasks/
|
||||
|
||||
*.zip
|
||||
|
||||
# 存储敏感信息的记忆文件夹(除了公开的 SOP)
|
||||
@@ -42,6 +45,7 @@ memory/*
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user