2FastLabs2FastLabsOfficialยท3 Agent Skills Included

agent-squad

Route user queries across multiple AI agents in Python, TypeScript, and Swift

Routes each user message to the best-fit AI agent automatically using intent classifiers, while keeping conversation context across agents and sessions. Ships pre-built agents for Bedrock, Anthropic, OpenAI, Lex, and Lambda, plus supervisor teams, anti-hallucination grounded agents, and MCP tool support. Eliminates manual routing logic and state management so developers ship multi-agent chat apps faster.
npx skills add 2FastLabs/agent-squad --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’