Open source · Apache 2.0 · v0.2.6

Not a chatbot.
A team of AI agents that code together.

Most AI coding tools are a single model guessing at your codebase. GitPilot deploys four specialized agents — Explorer, Planner, Coder, Reviewer — that collaborate on every task. They read your repo, draft a plan, write the code, run your tests, and wait for your approval before touching a single file. Any LLM. Free and local with Ollama. Enterprise-ready.

  • 854 tests passing
  • 3 surfaces: Web · VS Code · CLI
  • 5+ LLM providers
Why multi-agent matters

A single chatbot guesses. A team of agents delivers.

Four specialized AI agents share context, divide work, and check each other — the same pattern elite engineering teams use, automated at machine speed.

The multi-agent pipeline

Four agents. One mission. You stay in command.

Each agent is a specialist. Together they do what no single model can: understand your repo deeply, plan safely, execute precisely, and catch their own mistakes.

  1. 01

    Explorer

    Reads your full repo: file tree, git history, tests, dependencies, README. Builds the context the other agents need to make real decisions — not guesses.

  2. 02

    Planner

    Drafts a safe, step-by-step plan with line-level diffs. Surfaces risks and trade-offs before a single file is touched. You review and approve.

  3. 03

    Coder

    Edits files, runs your test suite, self-corrects on failure. Iterates until the build passes. Every risky action waits for your explicit OK.

  4. 04

    Reviewer

    Validates the output against the original plan, re-runs tests, and writes a commit message and PR summary ready to ship.

Install

Up and running in under a minute.

Pick the surface you live in. All three share the same sessions, the same settings and the same brand.

Fastest path. Python 3.11 or 3.12.

pip install gitcopilot
gitpilot serve

Then open http://localhost:8000. The PyPI package is gitcopilot (the name gitpilot was taken), but the command you run is gitpilot.

Any provider

Bring your own model.

GitPilot ships with adapters for the five providers teams actually deploy in production. Change providers in settings — no code change, no restart.

Stop chatting with a chatbot. Start working with a team of agents.

Open source. Apache 2.0. Four agents, any LLM, you approve every change. Your repo, your rules.