AgentOne Documentation

The world's most advanced autonomous video coding engine for Visual Studio Code

v7.1.0 Maestro Architecture No Signup Required

Overview

AgentOne is Iterate.ai's next-generation autonomous coding assistant that transforms how developers approach complex programming tasks. Built on our revolutionary Maestro architecture and powered by Claude 3.7 Sonnet, AgentOne delivers intelligent, context-aware code generation with human-in-the-loop safety controls.

🤖

Maestro Architecture

Multi-stage reasoning framework that plans, analyzes, codes, and validates in a single intelligent cycle.

🔍

Deep Context Awareness

Learns your project's patterns and conventions so generated code always adheres to your style guide.

Adaptive Execution

Breaks tasks into optimized steps, adapts on-the-fly, and recovers gracefully from errors.

🛡️

Safe by Design

Interactive approval GUI presents every proposed change for your review before execution.

Installation

VS Code
Interplay

Visual Studio Code Installation

📥 Download Required: AgentOne is not yet available in the VS Code Extensions Marketplace. Download the extension from the official Iterate.ai website.

Step 1: Download AgentOne

Visit https://www.iterate.ai/agentone to download the latest AgentOne extension file (VSIX format).

Step 2: Install the Extension

Command Line Installation
code --install-extension AgentOne-7.1.0.vsix

Alternative GUI Installation:

  1. Open VS Code
  2. Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
  3. Type "Extensions: Install from VSIX"
  4. Select the downloaded AgentOne VSIX file
  5. Restart VS Code when prompted

Interplay Installation

Interplay Menu
1. Open Interplay
2. Navigate to AI Agents menu
3. Enable AgentOne
4. Restart Interplay

Prerequisites

  • Editor: VS Code 1.84+ or Interplay 8.x
  • API Key: Anthropic Claude or OpenAI (or configure local model)
  • Node.js: v14+ (for browser integrations)
  • Git: Required for checkpoint functionality

Quick Start

1

Configure API

Open Command Palette (Ctrl+Shift+P) and run AgentOne: Configure API

{
  "provider": "anthropic",
  "apiKey": "your-api-key-here",
  "model": "claude-3.7-sonnet"
}
2

Open AgentOne Panel

Click the AgentOne icon in the Activity Bar or press Cmd+Shift+M to enable Maestro Mode

3

Start Your First Task

Click the "+" button and describe what you want to build:

"Create a React component for user authentication with email validation"
4

Review and Approve

AgentOne will present its execution plan. Review each step and approve changes before they're applied to your codebase.

Configuration

API Configuration

AgentOne supports multiple AI providers. Configure your preferred provider in VS Code settings or create an agentone.config.json file in your project root.

Anthropic Claude
OpenAI
Google Gemini
Local Models
agentone.config.json
{
  "provider": "anthropic",
  "apiKey": "sk-ant-api03-...",
  "model": "claude-3.7-sonnet",
  "maxTokens": 4096
}
agentone.config.json
{
  "provider": "openai",
  "apiKey": "sk-...",
  "model": "gpt-4-turbo",
  "baseURL": "https://api.openai.com/v1"
}
agentone.config.json
{
  "provider": "google",
  "apiKey": "AIza...",
  "model": "gemini-pro",
  "projectId": "your-project-id"
}
agentone.config.json
{
  "provider": "ollama",
  "baseURL": "http://localhost:11434",
  "model": "codellama:13b"
}

Ready to transform your coding workflow?

Get started with AgentOne today and experience the future of autonomous programming.