Skip to content
Zed

safeagent for Zed

io.github.azender1/safeagent

Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.

client:Zed transport:stdio runtime:pypi

Install safeagent in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "safeagent": {
      "command": "uvx",
      "args": [
        "safeagent-exec-guard"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

safeagent in other clients