agent-squad
Route user queries across multiple AI agents in Python, TypeScript, and Swift
All Skills in This Repository (3)
Pure Emerald Level Indicatorsagent-squad-swift
Orchestrate AI agents for iOS 16+ and macOS 14+ apps.
agent-squad-python
Build async multi-agent orchestration apps in Python with the agent-squad framework.
agent-squad-typescript
Guides building multi-agent orchestration apps in TypeScript with the agent-squad npm package.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Squad?โผ
Run `npx skills add 2FastLabs/agent-squad --all -g -y` in your terminal to install all skills in this suite globally.
What does Agent Squad do?โผ
It is an open-source framework that routes each user query to the most suitable AI agent and keeps conversation context across agents. It works in Python, TypeScript, and on-device with Swift for iOS and macOS.
Which AI models and agents does Agent Squad support?โผ
It includes pre-built agents and classifiers for Amazon Bedrock, Anthropic, OpenAI, Lex, and Lambda, plus supervisor, chained, and grounded anti-hallucination agent patterns.
Can Agent Squad connect to MCP tools?โผ
Yes. The MCPToolProvider connects any MCP server over stdio or SSE and makes its tools available to any agent in the orchestrator.
Does Agent Squad work on iPhone and Mac?โผ
Yes. The Swift runtime runs the full orchestration loop on device for iOS 16+ and macOS 14+, including tools, realtime voice, tracing, and local chat storage.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core