From c02a933915715327428da4ab2f2df1d3d6fbec88 Mon Sep 17 00:00:00 2001 From: DesireCore Date: Tue, 19 May 2026 10:45:46 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 变更原因: API 调用 影响范围: 配置 修改文件: - agent.json --- agent.json | 13 ++++++++++--- heartbeat/HEARTBEAT.md | 3 +++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 heartbeat/HEARTBEAT.md diff --git a/agent.json b/agent.json index d299aa4..93b91d4 100644 --- a/agent.json +++ b/agent.json @@ -31,13 +31,20 @@ "max_concurrent_sessions": 3, "llm": { "provider": "internal-testing", - "model": "glm-5.1", + "model": "deepseek-v4-pro", "maxRetryDelayMs": 32000, "thinkingBudgets": { "low": 1024, "medium": 4096, "high": 8192, "xhigh": 16384 - } + }, + "providerId": "provider-internal-testing-001" + }, + "env": { + "enabled": true, + "includeWeekday": true, + "includeLocalTime": true, + "includeSessionStart": true } -} +} \ No newline at end of file diff --git a/heartbeat/HEARTBEAT.md b/heartbeat/HEARTBEAT.md new file mode 100644 index 0000000..a2affb7 --- /dev/null +++ b/heartbeat/HEARTBEAT.md @@ -0,0 +1,3 @@ +# 保持此文件为空(或仅包含注释)可跳过心跳 API 调用 + +# 在下方添加需要定期检查的任务