Skip to main content
ClaudeWave

The Enterprise-Grade Multi-Agent Orchestration Framework. Website: https://swarms.ai

Subagents7.1k stars1k forksPythonApache-2.0Updated today
Editor's note

Swarms is a Python framework for building and running coordinated networks of AI agents, installable via pip or uv and configured through environment variables including an Anthropic API key for Claude access. It connects to Claude through the Anthropic API, treating Claude models as interchangeable LLM backends alongside OpenAI, Groq, and others. The core building block is the Agent class, which pairs an LLM with tools and memory and supports an auto loop mode where the agent continues reasoning and acting until it self-determines task completion, rather than stopping after a fixed iteration count. Beyond single agents, the framework provides prebuilt multi-agent architectures including sequential, concurrent, and hierarchical swarms, and supports interoperability with MCP and the x402 protocol. A companion marketplace at swarms.world lets users share and discover agent configurations. The framework targets developers and engineering teams building production pipelines for complex, multi-step tasks such as research, iterative writing, and analysis workflows that benefit from coordinated agent collaboration.

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/3/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/kyegomez/swarms && cp swarms/*.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.

4 items in this repository

Perform comprehensive code reviews focusing on best practices, security vulnerabilities, performance optimization, and maintainability

Install

Create effective data visualizations using best practices for clarity, accuracy, and visual communication of insights

Install

Perform comprehensive financial analysis including DCF modeling, ratio analysis, and financial statement evaluation for companies and investment opportunities

Install
swarmsSkill

Build agents and multi-agent systems with the Swarms framework — the Agent class, tools, autonomous loops, memory, and the 15+ multi-agent architectures (SequentialWorkflow, ConcurrentWorkflow, GraphWorkflow, HierarchicalSwarm, SwarmRouter, and more). Use whenever writing, reviewing, or debugging code that imports `swarms`.

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
agentic-aiagentic-workflowagentsaiartificial-intelligencechatgptclaude-codegpt4allhuggingfacelangchainlangchain-pythonmachine-learningmulti-agent-systemsprompt-engineeringprompt-toolkitpromptingswarmstree-of-thoughts

What people ask about swarms

What is kyegomez/swarms?

+

kyegomez/swarms is subagents for the Claude AI ecosystem. The Enterprise-Grade Multi-Agent Orchestration Framework. Website: https://swarms.ai It has 7.1k GitHub stars and its last recorded update is dated 2026-09-03.

How do I install swarms?

+

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

Is kyegomez/swarms safe to use?

+

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

Who maintains kyegomez/swarms?

+

kyegomez/swarms is maintained by kyegomez. The last recorded GitHub activity is dated 2026-09-03, with 166 open issues.

Are there alternatives to swarms?

+

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

Deploy swarms 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: kyegomez/swarms
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kyegomez-swarms)](https://claudewave.com/repo/kyegomez-swarms)
<a href="https://claudewave.com/repo/kyegomez-swarms"><img src="https://claudewave.com/api/badge/kyegomez-swarms" alt="Featured on ClaudeWave: kyegomez/swarms" width="320" height="64" /></a>

More Subagents