Installation

Get Started in Minutes

Install Delegate AI locally, sync the orchestration runtime, and launch a multi-agent workspace that is ready for real project work.

npm / pip
$ git clone https://github.com/1080Ti1/delegate-ai
$ cd delegate-ai
$ pip install -r requirements.txt
uv
$ git clone https://github.com/1080Ti1/delegate-ai
$ cd delegate-ai
$ uv sync
Setup process

From clean clone to running ClawTeam

Delegate AI keeps setup explicit so ClawTeams can audit configuration before agents touch a repository.

Clone the project

Pull the Delegate AI workspace and move into the repository before installing dependencies.

Configure environment

Add model credentials, repository access, and default agent settings in your local environment file.

Start delegating

Run the app, create a project, and assign a task to your configured AI ClawTeam.

Configuration

Minimal local environment

Configure model access, default repository behavior, and the agents that should be available to every new project.

.env.local
DELEGATE_PROJECT_ROOT=./workspace
DELEGATE_DEFAULT_BRANCH=main
DELEGATE_ENABLE_GIT=true
DELEGATE_TEAM=leader,research,backend,frontend,testing,review
The same repository can be deployed to Vercel for the web experience and connected to your worker runtime for execution.