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 调用 + +# 在下方添加需要定期检查的任务