Skip to main content

AgentBuilder Documentation

Visual IDE for building Claude AI agents with drag-and-drop simplicity. Think Blender for agent workflows — visual node graph, real-time testing, export to production config.

Getting Started

New to AgentBuilder? Start here to get up and running quickly.

Core Concepts

Master the fundamentals of building AI agents visually.

Node Types Reference

Learn about the 7 node types that make up your agent systems:

What You Can Build

AgentBuilder enables you to create sophisticated AI agent systems:
  • Email handler and summarizer
  • Code reviewer with custom rules
  • Document analyzer and reporter
  • Customer support bot
  • Research coordinator with specialist sub-agents
  • Code generation pipeline (planner → writer → reviewer)
  • Customer service orchestrator (routing → specialist → escalation)
  • Agents with custom lifecycle hooks
  • Memory-enabled conversational agents
  • Tool-augmented agents with MCP integrations
  • Command-driven automation bots

Architecture Overview

┌─────────────────────────────────────────┐
│         Electron Desktop App            │
├─────────────────────────────────────────┤
│  Vue 3 + TypeScript + Vite              │
│  ┌────────────┐  ┌──────────────────┐   │
│  │ Node Graph │  │  Chat Interface  │   │
│  │ (Vue Flow) │  │  (Agent Testing) │   │
│  └────────────┘  └──────────────────┘   │
├─────────────────────────────────────────┤
│  Pinia State Management                 │
├─────────────────────────────────────────┤
│  Claude Agent SDK Integration           │
└─────────────────────────────────────────┘
Tech Stack:
  • Electron 28 - Desktop application framework
  • Vue 3 - Modern UI framework with TypeScript
  • Vue Flow - Node graph canvas
  • Pinia - State management
  • Claude Agent SDK - AI agent execution

Why AgentBuilder?

The Problem

Manually editing .claude configuration folders is error-prone and difficult to visualize:
  • Hard to understand agent architecture at a glance
  • Easy to misconfigure permissions and tool access
  • Difficult to manage complex multi-agent systems
  • No way to test changes in real-time

The Solution

AgentBuilder provides a visual interface for building Claude AI agents: Visual Node Graph
  • Drag-and-drop canvas for building agent workflows
  • Clear visualization of agent architecture
  • Real-time validation and error checking
Integrated Testing
  • Chat interface built right into the IDE
  • Test agents as you build them
  • See agent thinking process and tool calls
Production-Ready Export
  • One-click export to .claude folder structure
  • Generates all configuration files automatically
  • Compatible with Claude Code CLI
Full Ecosystem Management
  • Skills, Commands, MCPs, Sub-agents, Hooks
  • All managed through intuitive GUI
  • Reusable component library

System Requirements

  • Node.js: ≥18.19.9
  • Platform: macOS, Windows, or Linux
  • RAM: 4GB minimum, 8GB recommended
  • Disk Space: 500MB for app + workspace storage

Community & Support


AgentBuilder - Making AI agent development visual, one node at a time.
⚡ Electron + Vue + Claude SDK = 🚀
MIT License - View License