{
  "agents": {
    "defaults": {
      "workspace": "/Users/brandon/.openclaw-link/workspace",
      "model": {
        "primary": "dario/claude-opus-4-8"
      },
      "models": {
        "dario/claude-opus-4-8": {}
      }
    }
  },
  "gateway": {
    "mode": "local",
    "auth": {
      "mode": "token",
      "token": "7b8339fd0d2b86bf89dd3f633f756860316ca9bdddde3117"
    },
    "port": 18790,
    "bind": "loopback",
    "tailscale": {
      "mode": "off",
      "resetOnExit": false
    },
    "remote": {
      "url": "ws://127.0.0.1:18790",
      "token": "7b8339fd0d2b86bf89dd3f633f756860316ca9bdddde3117"
    }
  },
  "session": {
    "dmScope": "per-channel-peer"
  },
  "tools": {
    "profile": "coding"
  },
  "models": {
    "mode": "merge",
    "providers": {
      "dario": {
        "baseUrl": "http://127.0.0.1:3456",
        "api": "anthropic-messages",
        "apiKey": "dario-lan-54f04da29c68a316",
        "models": [
          {
            "id": "claude-opus-4-8",
            "name": "claude-opus-4-8 (Custom Provider)",
            "contextWindow": 1000000,
            "maxTokens": 128000,
            "input": [
              "text",
              "image"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "reasoning": false
          }
        ]
      }
    }
  },
  "skills": {
    "install": {
      "nodeManager": "npm"
    }
  },
  "wizard": {
    "lastRunAt": "2026-06-23T06:25:16.972Z",
    "lastRunVersion": "2026.6.9",
    "lastRunCommand": "onboard",
    "lastRunMode": "local"
  },
  "meta": {
    "lastTouchedVersion": "2026.6.9",
    "lastTouchedAt": "2026-06-23T07:53:53.400Z"
  },
  "plugins": {
    "entries": {
      "signal": {
        "enabled": true
      },
      "memory-core": {
        "config": {
          "dreaming": {
            "enabled": true,
            "timezone": "America/Denver",
            "frequency": "0 2 * * *"
          }
        }
      },
      "voice-call": {
        "enabled": true,
        "config": {
          "provider": "telnyx",
          "fromNumber": "+14422692888",
          "telnyx": {
            "connectionId": "2988483877225367407"
          },
          "serve": {
            "port": 3334,
            "path": "/voice/webhook"
          },
          "tailscale": {
            "mode": "funnel",
            "path": "/voice/webhook"
          },
          "inboundPolicy": "allowlist",
          "allowFrom": [
            "+12817509483"
          ],
          "inboundGreeting": "Hey Brandon, it's Link. What do you need?",
          "outbound": {
            "defaultMode": "conversation"
          },
          "maxDurationSeconds": 300,
          "staleCallReaperSeconds": 360,
          "streaming": {
            "enabled": true,
            "provider": "elevenlabs",
            "streamPath": "/voice/stream"
          },
          "tts": {
            "provider": "elevenlabs",
            "providers": {
              "elevenlabs": {
                "voiceId": "pMsXgVXv3BLzUgSXRplE",
                "modelId": "eleven_multilingual_v2"
              }
            }
          }
        }
      }
    }
  },
  "channels": {
    "signal": {
      "enabled": true,
      "cliPath": "signal-cli",
      "account": "+12135792424",
      "httpHost": "127.0.0.1",
      "httpPort": 8080,
      "autoStart": false
    }
  },
  "commands": {
    "ownerAllowFrom": [
      "signal:+12817509483"
    ]
  },
  "memory": {
    "backend": "qmd",
    "qmd": {
      "command": "/Users/brandon/.bun/bin/qmd",
      "searchMode": "query",
      "rerank": true,
      "sessions": {
        "enabled": true
      },
      "update": {
        "startup": "idle",
        "onBoot": false
      },
      "limits": {
        "timeoutMs": 120000
      }
    },
    "citations": "auto"
  },
  "secrets": {
    "providers": {
      "op": {
        "source": "exec",
        "command": "/Users/brandon/.openclaw/scripts/op-secret.sh",
        "args": [],
        "timeoutMs": 15000
      }
    }
  }
}
