diff --git a/docs/index.html b/docs/index.html index bd210b3..cdc259a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,12 +4,12 @@ GitPilot — The first open-source multi-agent AI coding assistant. - + - + @@ -58,8 +58,8 @@

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 + GitPilot orchestrates specialized agents — Explorer, Planner, Coder, Reviewer and more — + in configurable topologies 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.

@@ -112,7 +112,7 @@

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.

+

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