AgentOne Documentation
The world's most advanced autonomous video coding engine for Visual Studio Code
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
Visual Studio Code Installation
Step 1: Download AgentOne
Visit https://www.iterate.ai/agentone to download the latest AgentOne extension file (VSIX format).
Step 2: Install the Extension
code --install-extension AgentOne-7.1.0.vsix
Alternative GUI Installation:
- Open VS Code
- Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
- Type "Extensions: Install from VSIX"
- Select the downloaded AgentOne VSIX file
- Restart VS Code when prompted
Interplay Installation
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
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"
}
Open AgentOne Panel
Click the AgentOne icon in the Activity Bar or press Cmd+Shift+M
to enable Maestro Mode
Start Your First Task
Click the "+" button and describe what you want to build:
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.
{
"provider": "anthropic",
"apiKey": "sk-ant-api03-...",
"model": "claude-3.7-sonnet",
"maxTokens": 4096
}
{
"provider": "openai",
"apiKey": "sk-...",
"model": "gpt-4-turbo",
"baseURL": "https://api.openai.com/v1"
}
{
"provider": "google",
"apiKey": "AIza...",
"model": "gemini-pro",
"projectId": "your-project-id"
}
{
"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.