agentweaver

sabbour/agentweaver
★ 0 stars C# Code/Dev Tools Updated 13d ago
Run an AI agent on a task inside a sandboxed git worktree, stream every step live, and gate merges behind human review — .NET + React, AKS-ready, with an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentweaver": {
      "command": "npx",
      "args": [
        "-y",
        "sabbour/agentweaver"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="docs/public/agentweaver.png" alt="Agentweaver logo" width="128" /> </p> > ⚠️ **Alpha software.** Agentweaver is under active development. Expect breaking changes, incomplete features, and rough edges. Not intended for production use. Agentweaver runs AI agents inside sandboxed git worktrees, mirrors run events into a shared store so any replica can stream them live, and waits for human review before anything merges.

Topics

agent-orchestrationai-agentsaksdotnethuman-in-the-loopkubernetesllmmcpreactsandbox