agentic-devflow

abhirammv2000/agentic-devflow
★ 0 stars Python AI/LLM Updated 1d ago
A semi-autonomous agentic developer workflow: n8n for triggers/approvals, MCP for the tool layer, pluggable LLM backends (Claude or any OpenAI-compatible 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": {
    "agentic-devflow": {
      "command": "uvx",
      "args": [
        "agentic-devflow"
      ]
    }
  }
}

Or install with pip: pip install agentic-devflow

README Excerpt

A working prototype of an agent that does real engineering chores — triaging issues, turning tickets into tested pull requests, reviewing diffs, keeping docs honest — where **n8n** owns the triggers and the human approvals, **MCP** owns the tool layer, and any tool-calling LLM owns the reasoning: Claude, or an

Tools (10)

autonomouscriticaldocument_changeimplement_ticketissue_triagepublishreadreview_prsupervisedwrite