mirror of
https://git.openapi.site/https://github.com/desirecore/agent-desirecore.git
synced 2026-07-23 03:13:29 +08:00
[修改] 配置
变更原因: API 调用 影响范围: 配置 修改文件: - agent.json
This commit is contained in:
11
agent.json
11
agent.json
@@ -31,13 +31,20 @@
|
|||||||
"max_concurrent_sessions": 3,
|
"max_concurrent_sessions": 3,
|
||||||
"llm": {
|
"llm": {
|
||||||
"provider": "internal-testing",
|
"provider": "internal-testing",
|
||||||
"model": "glm-5.1",
|
"model": "deepseek-v4-pro",
|
||||||
"maxRetryDelayMs": 32000,
|
"maxRetryDelayMs": 32000,
|
||||||
"thinkingBudgets": {
|
"thinkingBudgets": {
|
||||||
"low": 1024,
|
"low": 1024,
|
||||||
"medium": 4096,
|
"medium": 4096,
|
||||||
"high": 8192,
|
"high": 8192,
|
||||||
"xhigh": 16384
|
"xhigh": 16384
|
||||||
}
|
},
|
||||||
|
"providerId": "provider-internal-testing-001"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"enabled": true,
|
||||||
|
"includeWeekday": true,
|
||||||
|
"includeLocalTime": true,
|
||||||
|
"includeSessionStart": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
3
heartbeat/HEARTBEAT.md
Normal file
3
heartbeat/HEARTBEAT.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 保持此文件为空(或仅包含注释)可跳过心跳 API 调用
|
||||||
|
|
||||||
|
# 在下方添加需要定期检查的任务
|
||||||
Reference in New Issue
Block a user