EveryDev.ai
Sign inSubscribe
Explore AI Tools
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,480+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1596
    • Coding1181
    • Infrastructure526
    • Marketing447
    • Design427
    • Projects384
    • Research357
    • Analytics331
    • Testing221
    • MCP216
    • Data205
    • Security196
    • Integration169
    • Learning154
    • Communication146
    • Prompts140
    • Extensions137
    • Commerce123
    • Voice122
    • DevOps99
    • Web77
    • Finance21
    1. Home
    2. Tools
    3. Agent Squad
    Agent Squad icon

    Agent Squad

    Multi-agent Systems

    Flexible, lightweight open-source framework for orchestrating multiple AI agents to handle complex conversations with intelligent intent classification and context management.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the Apache License 2.0. Free to use, modify, and distribute.

    Engagement

    Available On

    Windows
    API
    JetBrains
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Multi-agent SystemsAgent FrameworksLLM Orchestration

    Alternatives

    AgentScopeSuperAgentXCrewAI
    Developer
    2FastLabs2FastLabs builds and maintains Agent Squad, a flexible open-…

    Listed May 2026

    About Agent Squad

    Agent Squad is a flexible, open-source multi-agent orchestration framework available in both Python and TypeScript, maintained by 2FastLabs under the Apache License 2.0. Originally hosted at awslabs/agent-squad, the project has moved to 2fastlabs/agent-squad and continues active development. The framework intelligently routes user queries to the most suitable agent based on context and conversation history, making it suitable for everything from simple chatbots to sophisticated enterprise AI systems.

    What It Is

    Agent Squad is a multi-agent orchestration layer that sits between user input and a collection of specialized AI agents. A built-in Classifier analyzes each incoming query, consults agent characteristics and conversation history, selects the best-fit agent, processes the response, and saves the updated conversation state — all before returning the answer to the user. The framework supports both streaming and non-streaming responses and is designed to run anywhere, from AWS Lambda to local environments or any cloud platform.

    Core Architecture

    The system follows a clear flow: user input → Classifier → agent selection → agent processing → conversation storage → response delivery. Key architectural elements include:

    • Intelligent intent classification — dynamically routes queries to the most suitable agent based on context and content
    • Context management — maintains conversation history across multiple agents for coherent multi-turn interactions
    • SupervisorAgent — a newer "agent-as-tools" architecture that enables a lead agent to coordinate a team of specialized sub-agents in parallel, supporting dynamic delegation and smart context management
    • Extensible architecture — custom agents and conversation storage solutions can be integrated alongside pre-built components

    Built-In Agents and Integrations

    The framework ships with a variety of ready-to-use agents and classifier implementations:

    • BedrockLLMAgent — Amazon Bedrock LLM with Converse API support
    • AmazonBedrockAgent — full Amazon Bedrock Agent integration
    • BedrockInlineAgent — uses the InvokeInlineAgent API for dynamic agent creation
    • BedrockFlowsAgent — integrates Amazon Bedrock Flows with persistent memory
    • OpenAI Agent — GPT model support for agents and classification
    • LexBotAgent — Amazon Lex bot integration for specialized dialog tasks
    • LambdaAgent — AWS Lambda function as an agent
    • BedrockTranslatorAgent, ComprehendFilterAgent, ChainAgent — additional specialized built-ins

    Modular Python installation options ([aws], [anthropic], [openai], [all]) let developers include only the dependencies they need.

    Deployment and Setup

    Agent Squad is installable via npm (agent-squad) for TypeScript and via pip (agent-squad[aws] or other extras) for Python. The documentation covers local development, AWS Lambda deployment for both languages, Chainlit chat app integration, and FastAPI streaming setups. Example projects in the repository include a web-based chat demo, an e-commerce support simulator with human-in-the-loop routing, a Streamlit global demo featuring an AI Movie Production Studio and AI Travel Planner, and a FastAPI streaming implementation.

    Update: python_1.0.2

    The latest published release is python_1.0.2, published on 2025-06-25, reflecting continued active maintenance after the project's migration from awslabs/agent-squad to 2fastlabs/agent-squad. The repository was created in July 2024 and last pushed in May 2026, with the GitHub repository reporting over 7,600 stars and 719 forks according to the project's own badges. The project follows an issue-first pull request policy and uses GitHub Actions to enforce PR-to-issue linking.

    Agent Squad - 1

    Community Discussions

    Be the first to start a conversation about Agent Squad

    Share your experience with Agent Squad, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the Apache License 2.0. Free to use, modify, and distribute.

    • Multi-agent orchestration
    • Python and TypeScript support
    • Pre-built agents and classifiers
    • SupervisorAgent
    • AWS, Anthropic, and OpenAI integrations

    Capabilities

    Key Features

    • Multi-agent orchestration
    • Intelligent intent classification
    • Dual language support (Python and TypeScript)
    • Streaming and non-streaming agent responses
    • Context management across multiple agents
    • SupervisorAgent for parallel team coordination
    • Extensible architecture for custom agents
    • Universal deployment (AWS Lambda, local, any cloud)
    • Pre-built agents and classifiers
    • Modular installation options
    • Human-in-the-loop support
    • Conversation history storage

    Integrations

    Amazon Bedrock
    Amazon Lex
    AWS Lambda
    OpenAI GPT
    Anthropic Claude
    Amazon Connect
    Amazon Comprehend
    Amazon Bedrock Flows
    FastAPI
    Chainlit
    Streamlit
    AWS CDK
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Agent Squad and help others make informed decisions.

    Developer

    2FastLabs

    2FastLabs builds and maintains Agent Squad, a flexible open-source framework for orchestrating multiple AI agents across complex conversational workflows. The project was originally developed under AWS Labs and is now independently maintained by Corneliu Croitoru and Anthony Bernabeu. The team focuses on making multi-agent AI systems accessible through dual Python and TypeScript implementations with deep AWS and third-party LLM integrations.

    Read more about 2FastLabs
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    AgentScope icon

    AgentScope

    A production-ready, open-source multi-agent framework for building, deploying, and fine-tuning LLM-powered agents with built-in MCP, A2A, voice, memory, and RL support.

    SuperAgentX icon

    SuperAgentX

    An open-source, modular agentic AI framework that enables AI agents to plan, act, and execute real-world workflows with built-in human approval, governance, and auditability.

    CrewAI icon

    CrewAI

    An open-source Python framework for orchestrating teams of autonomous, role-playing AI agents that collaborate to tackle complex tasks, with an enterprise management platform built on top.

    Browse all tools

    Related Topics

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    175 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    341 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    130 tools
    Browse all topics
    Back to all tools
    Discussions