Getting Started

Get Agentwise up and running in under 30 seconds with our one-click setup

335,998+ Lines of Code
8 AI Agents
15-30% Token Reduction

⚡ One-Click Setup for Claude Code

Copy this entire block and paste it into Claude Code for automatic setup

text
Please set up Agentwise by:
1. Clone: git clone https://github.com/VibeCodingWithPhil/agentwise.git ~/agentwise
2. Install: cd ~/agentwise && npm install && npm run build
3. Configure: Create workspace directory and set up global monitor
4. Start: node dist/index.js
5. Enable sandboxed execution (no --dangerously-skip-permissions needed)

Full setup instructions: https://github.com/VibeCodingWithPhil/agentwise/blob/main/CLAUDE_CODE_SETUP_PROMPT.md

That's it! Claude Code will handle the entire setup automatically.

✅ What Gets Installed

8+ Specialized Agents

Working in parallel for faster development

Global /monitor Command

Accessible from anywhere in your system

Token Optimization

15-30% reduction with Context 3.0 + Knowledge Graph

Real-time Dashboard

Monitor all agents at http://localhost:3001

🔧 Manual Installation

For advanced users who prefer manual setup:

bash
# 1. Clone the repository
git clone https://github.com/VibeCodingWithPhil/agentwise.git
cd ~/agentwise

# 2. Install dependencies
npm install

# 3. Build the project
npm run build

# 4. Create workspace directory
mkdir -p workspace

# 5. Install global monitor command
npm run monitor:install

# 6. Start Agentwise
node dist/index.js

# 7. In a new terminal, test without any flags!
claude /create "your first project"

📋 Prerequisites

System Requirements

Node.js 18.0 or higher
Claude Code CLI installed
Git for version control
macOS/Linux or Windows with WSL

Recommended Setup

8GB+ RAM for optimal performance
SSD for faster file operations
Stable internet connection
VS Code or preferred editor

🎮 After Installation

Your First Commands

Try these commands to get started with Agentwise

/create "a todo app with React"

Create your first project with intelligent agent selection

/monitor start

Open the real-time monitoring dashboard

/configure-agentwise

Configure your Agentwise settings

/update-agentwise

Update to the latest version