Vegapunk
Autonomous AI code agent
Give it a GitHub issue URL and it gives you back a pull request. A seven-node LangGraph pipeline clones the repo, classifies the issue, plans the fix, writes the code, runs the tests, self-reviews its own diff, and opens the PR — streaming every step to a live trace UI over Server-Sent Events.
Two mechanics carry it. A tree-sitter code graph ranked by keyword overlap blended with PageRank lifted bug-file localization to 83%, and a Best-of-N coder generates K candidate diffs in parallel, tests each in its own isolated git worktree, and keeps the one that passes. It also ships an MCP server, so Claude Code, Cursor, and Cline can query the repo graph directly.
- LangGraph
- FastAPI
- Next.js
- tree-sitter
- MCP
- Docker








