Skip to main content
ClaudeWave

Flexible and powerful framework for managing multiple AI agents and handling complex conversations

Subagents7.8k stars739 forksSwiftApache-2.0Updated today
Editor's note

Agent Squad is an open-source multi-agent orchestration framework available as Python and TypeScript packages that routes user queries to whichever specialized agent is best suited to handle them, based on intent classification and conversation history. It connects to Claude through the Anthropic API as one of several supported backends, alongside Amazon Bedrock, Amazon Lex, and OpenAI. The framework ships with pre-built agent types, a classifier layer that dynamically selects agents per turn, and a context management system that preserves conversation history across agents. A notable addition is the SupervisorAgent, which implements an "agent-as-tools" architecture letting a lead agent coordinate a team of specialized sub-agents in parallel, enabling hierarchical multi-team systems. Deployable on AWS Lambda, local environments, or any cloud platform, the framework targets developers building anything from basic chatbots to complex systems like customer support pipelines, travel planning services, or healthcare coordination tools.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 9/12/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/2FastLabs/agent-squad && cp agent-squad/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

3 items in this repository

>-

Install

>-

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
agentic-aiagentsai-agentsai-agents-frameworkanthropicanthropic-claudeawsaws-bedrockaws-cdkaws-lambdachatbotframeworkgenerative-aimachine-learningopenaiopenaiapiorchestratorpythonserverlesstypescript

What people ask about agent-squad

What is 2FastLabs/agent-squad?

+

2FastLabs/agent-squad is subagents for the Claude AI ecosystem. Flexible and powerful framework for managing multiple AI agents and handling complex conversations It has 7.8k GitHub stars and its last recorded update is dated 2026-09-11.

How do I install agent-squad?

+

You can install agent-squad by cloning the repository (https://github.com/2FastLabs/agent-squad) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is 2FastLabs/agent-squad safe to use?

+

Our security agent has analyzed 2FastLabs/agent-squad and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains 2FastLabs/agent-squad?

+

2FastLabs/agent-squad is maintained by 2FastLabs. The last recorded GitHub activity is dated 2026-09-11, with 104 open issues.

Are there alternatives to agent-squad?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy agent-squad to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: 2FastLabs/agent-squad
[![Featured on ClaudeWave](https://claudewave.com/api/badge/2fastlabs-agent-squad)](https://claudewave.com/repo/2fastlabs-agent-squad)
<a href="https://claudewave.com/repo/2fastlabs-agent-squad"><img src="https://claudewave.com/api/badge/2fastlabs-agent-squad" alt="Featured on ClaudeWave: 2FastLabs/agent-squad" width="320" height="64" /></a>

More Subagents