Skip to content

TeamSwarm - Autonomous task execution system for AI agents

Notifications You must be signed in to change notification settings

ArcBlock/teamswarm.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TeamSwarm

Autonomous task execution system for AI agents. Multiple AI agents work in parallel across workspaces, driven by Intent-Driven Development (IDD).

Install

curl -fsSL https://raw.githubusercontent.com/ArcBlock/useteamswarm/main/install.sh | sh

Or download a binary directly from the Releases page.

Supported platforms

Platform Binary
macOS Apple Silicon teamswarm-darwin-arm64
macOS Intel teamswarm-darwin-x64
Linux x64 teamswarm-linux-x64

Quick Start

# Add a workspace
teamswarm add ~/work/my-project

# Open Web UI
teamswarm web

# Start headless worker
teamswarm work

Usage

teamswarm [command] [options]

Commands:
  web                 Open Web UI
  work                Start headless worker mode (Agent SDK)
  add <folder>        Add a workspace
  remove <name>       Remove a workspace
  list                List configured workspaces
  status              Show daemon + agent status
  start [workspace]   Start agent
  stop                Stop the daemon
  kick <task>         Execute a specific task
  approve <task>      Approve a review task
  reject <task>       Reject a review task
  logs <task>         Show agent output

Requirements

  • Claude API key (set ANTHROPIC_API_KEY)
  • Claude Code CLI (@anthropic-ai/claude-code)

License

Copyright (c) 2026 ArcBlock Inc. All rights reserved.

About

TeamSwarm - Autonomous task execution system for AI agents

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •