Skip to content

Installation

  • Node.js 20 or later

Install AgentV globally via npm:

Terminal window
npm install -g agentv

Verify the installation:

Terminal window
agentv --version

Set up your first evaluation workspace:

Terminal window
agentv init

This creates:

  • .agentv/targets.yaml — target configurations for providers and agents
  • .env.example — template for environment variables (API keys, endpoints)