Skip to content
Zed

dagpipe for Zed

io.github.devilsfave/dagpipe

Crash-proof LLM pipelines. Resumes from failure without a database.

client:Zed transport:stdio runtime:pypi

Install dagpipe in Zed

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

{
  "context_servers": {
    "dagpipe": {
      "command": "uvx",
      "args": [
        "dagpipe-core"
      ]
    }
  }
}

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

dagpipe in other clients