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 @@
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 @@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.
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.
Fastest path. Python 3.11 or 3.12.
+Zero install — nothing to set up. Just open the hosted app.
+ +Runs in your browser at gitpilot.ruslanmv.com — same sessions, settings and approvals as the CLI and VS Code. Nothing to install.
+Fastest local path. Python 3.11 or 3.12.
pip install gitcopilot
gitpilot serve
@@ -291,7 +298,7 @@ Open source. Apache 2.0. Four agents, any LLM, you approve every change. Your repo, your rules.
+Open source. Apache 2.0. A team of agents, any LLM, you approve every change. Your repo, your rules.