TevinClaw
10 hours ago 828ada12edb7a6e716d71f2f24e5b65aac9fb27e
config: 更新配置文件和定时任务状态

- 修改模型API key环境变量名 (SILICONFLOW_CN_API_KEY → SILICONFLOW_API_KEY)
- 更新AI早报和每周维护定时任务运行状态
- 添加slots配置到openclaw.json
4 files modified
26 ■■■■■ changed files
agents/lifehelper/agent/models.json 2 ●●● patch | view | raw | blame | history
agents/main/agent/models.json 2 ●●● patch | view | raw | blame | history
cron/jobs.json 20 ●●●● patch | view | raw | blame | history
openclaw.json 2 ●●●●● patch | view | raw | blame | history
agents/lifehelper/agent/models.json
@@ -2,7 +2,7 @@
  "providers": {
    "custom-api-siliconflow-cn": {
      "baseUrl": "https://api.siliconflow.cn",
      "apiKey": "sk-hjxtzyxeoagiqozjdifstbmzmtdmmpiupquzfvoicyfnfnmy",
      "apiKey": "${SILICONFLOW_API_KEY}",
      "api": "openai-completions",
      "models": [
        {
agents/main/agent/models.json
@@ -2,7 +2,7 @@
  "providers": {
    "custom-api-siliconflow-cn": {
      "baseUrl": "https://api.siliconflow.cn",
      "apiKey": "SILICONFLOW_CN_API_KEY",
      "apiKey": "${SILICONFLOW_API_KEY}",
      "api": "openai-completions",
      "models": [
        {
cron/jobs.json
@@ -7,7 +7,7 @@
      "description": "每天早上9点AI早报",
      "enabled": true,
      "createdAtMs": 1773390853562,
      "updatedAtMs": 1773536472466,
      "updatedAtMs": 1773624106557,
      "schedule": {
        "kind": "cron",
        "expr": "0 9 * * *",
@@ -25,11 +25,11 @@
        "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
      },
      "state": {
        "nextRunAtMs": 1773622800000,
        "lastRunAtMs": 1773536400033,
        "nextRunAtMs": 1773709200000,
        "lastRunAtMs": 1773623818703,
        "lastRunStatus": "ok",
        "lastStatus": "ok",
        "lastDurationMs": 72433,
        "lastDurationMs": 287854,
        "lastDelivered": true,
        "lastDeliveryStatus": "delivered",
        "consecutiveErrors": 0
@@ -40,7 +40,7 @@
      "name": "memory-weekly-maintenance",
      "enabled": true,
      "createdAtMs": 1773409688576,
      "updatedAtMs": 1773409688576,
      "updatedAtMs": 1773624926494,
      "schedule": {
        "kind": "cron",
        "expr": "30 9 * * 1",
@@ -58,7 +58,15 @@
        "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
      },
      "state": {
        "nextRunAtMs": 1773624600000
        "nextRunAtMs": 1774229400000,
        "lastRunAtMs": 1773624600007,
        "lastRunStatus": "error",
        "lastStatus": "error",
        "lastDurationMs": 326487,
        "lastError": "⚠️ 📝 Edit: in , failed",
        "lastDelivered": true,
        "lastDeliveryStatus": "delivered",
        "consecutiveErrors": 1
      }
    }
  ]
openclaw.json
@@ -206,6 +206,8 @@
        "/home/tevin/.nvm/versions/node/v24.14.0/lib/node_modules/@openclaw/feishu"
      ]
    },
    "slots": {
    },
    "entries": {
      "feishu": {
        "enabled": true