Getting Started

This path takes you from installation to a safe first change in an existing repository.

#Before you begin

You need:

  • a terminal
  • a local Git repository to explore
  • an API key for OpenAI, Anthropic, or Gemini, or a running Ollama installation

The prebuilt Agav release does not require Node.js. Node.js and pnpm are only needed when developing Agav itself.

#Follow this path

  1. Install Agav and verify that the agav command works.
  2. Connect a provider so Agav can use a model.
  3. Complete your first task in a real repository, beginning in read-only mode.
  4. Configure your project with shared instructions and defaults when you are ready.

At the end, you will know how to open the correct workspace, give Agav exact context, review a proposed change, and check what changed.

If you are already set up, go directly to the first-task walkthrough.