kdeps

kdeps/kdeps
★ 32 stars Go 🤖 AI/LLM Updated 5d ago
Build and deploy AI agents in YAML — workflow pipelines, autonomous agent mode, and MCP tool server. Runs on Ollama, OpenAI, Anthropic, and more. Exports to Docker, Kubernetes, or binary.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kdeps": {
      "command": "go",
      "args": [
        "run",
        "github.com/kdeps/kdeps@latest"
      ]
    }
  }
}

README Excerpt

Build and deploy AI agents in YAML. Three modes: **workflow** (DAG pipelines), **agent** (autonomous LLM loop), **MCP** (tool server for Claude and friends). > **Highly experimental.** APIs, schemas, and CLI flags change without notice. Not for production. [Report issues](https://github.com/kdeps/kdeps/issues).

Tools (1)

maxBodyBytes

Topics

agentllmsorchestrationworkflowyaml