swarms Profile picture
The API for the agent economy. World's best multi-agent SDKs, APIs, and protocols. Learn more: https://t.co/HhvBhOAC5G
Nov 28 7 tweets 3 min read
Introducing Frenzy Mode 👾🤯👾

To celebrate Thanksgiving and Black Friday, we’re excited to introduce Frenzy Mode: a 24-hour period of zero costs for the Swarms API for all users!

All usage is completely free starting Friday at 12:00 AM and running until the end of Friday.

Get started now ⬇️🧵 2 /

Get your API Key:

Link: swarms.world/platform/api-k…
Nov 24 6 tweets 4 min read
Swarms Week is HERE.

From November 24 to December 2, we’re offering the biggest cost reductions of the year across our Swarms Cloud premium plans to celebrate Black Friday and Cyber Monday.

Our premium plans provide higher rate limits, global availability, exclusive multi-agent architectures, enterprise-grade security, and much more.

Learn more ⬇️🧵Image 2 /

75% Off the Pro Plan 🧑‍💻

The Pro Plan is 75% off during Swarms Week. It’s our introductory production-tier offering and includes:

> Global edge routing
> Advanced multi-agent architectures such as GraphWorkflow and LLM Council
> 5× higher rate limits
> Full API telemetry dashboard
> 24/7 support

Normal Pricing: $19.99
Black Friday pricing: $4.99/month with code PRO75.

Upgrade Now: swarms.world/platform/accou…Image
Nov 12 11 tweets 7 min read
Introducing Swarms API Updates 👾👾👾

We’re introducing new endpoints that interface with the marketplace, a new multi-agent architecture, global availability in 4 regions, dozens of bug fixes, and much more.

Learn more ⬇️🧵 Image 2 /

[New] BatchedGridWorkflow Endpoint

The BatchedGridWorkflow is a multi-agent orchestration pattern that executes tasks in a batched grid format, where each agent processes a different task simultaneously.

This workflow is particularly useful for parallel processing scenarios where you have multiple agents and multiple tasks that can be distributed across them.

Docs: docs.swarms.ai/api-reference/…Image
Nov 6 7 tweets 5 min read
Introducing The Swarms Marketplace API 👾🏪👾

We’re thrilled to unveil the Marketplace API, your new gateway to the Swarms Marketplace.

Our new REST API enables you to effortlessly discover, publish, and manage your agents and prompts in the Swarms Marketplace at scale.

Learn more ⬇️🧵Image 2 /

Agents Endpoint 👾

The Agents endpoint provides everything you need to post your agents to the marketplace, update them, query existing agents from other vendors, and delete them if desired.

Learn more: docs.swarms.ai/docs/marketpla…Image
Nov 2 11 tweets 6 min read
Introducing Swarms Version 8.6.0 👾👾👾

We’re pleased to introduce the latest version of Swarms a release focused on enhancing reliability, strengthening our testing infrastructure, and delivering a series of targeted bug fixes and performance refinements.

This update represents a continued commitment to operational excellence, stability, and scalability across all Swarms environments.

Learn more ⬇️ 🧵Image 2 /

[Improvement]

Streaming for Majority Voting

Added streaming capability to the Majority Voting system with custom streaming function support and streaming callbacks

Docs: docs.swarms.world/en/latest/swar…Image
Oct 29 10 tweets 4 min read
Swarms + X402 Integration: Quick Start Guide 👾💸

x402 introduces a seamless way to monetize your agents through cryptocurrency-based micropayments, enabling developers to charge for access without relying on traditional payment infrastructure.

Easily integrate X402 payments into your agentic systems with this simple, step-by-step guide.

Learn more ⬇️🧵Image 2 /

First, install the necessary dependencies for your agentic system

You'll need swarms, fastapi, and the x402 package for the server. Image
Oct 24 10 tweets 4 min read
Who Are We?

What Is Our Mission and Values?

Our mission is to lay the foundation for the agent economy by developing the most reliable, production-grade agent infrastructure tools.

We provide bleeding-edge multi-agent architectures, agent-to-agent communication protocols, optimized agent runtimes, and advanced memory systems.

Learn more about us and our offerings below ⬇️ 🧵 2 /

Our organization was founded over three years ago to address the limitations of individual agents and to enable a future where agents can collaborate and operate at scale.

Before Swarms, individual agent systems faced challenges that prevented production deployment, including context window limitations, hallucinations, and the inability to handle multiple tasks simultaneously, among other issues.

Over the past three years, we have developed the world's simplest, most powerful, and scalable suite of agent infrastructure tools.
Oct 18 12 tweets 5 min read
Analyzing Multi-Agent Communication Methods 👾⏤👾

This thread dives into the various diverse types of multi-agent communication patterns such as direct, file-based, database, message broker, and other approaches.

Learn more ⬇️🧵 Image 2 /

Direct Communication:

LLMs can exchange data via direct API calls (REST, gRPC) or sockets using JSON/Protobuf payloads.

Offers low-latency, point-to-point interaction for simple agent setups.

Scales poorly for large systems due to tight coupling and coordination overhead.Image
Oct 15 15 tweets 9 min read
Introducing Swarms 8.5.0 👾👾👾

Our latest update introduces a new multi-agent orchestration mechanism, SocialAlgorithms, along with enhancements to AOP, numerous other improvements, and bug fixes, delivering a smoother and more intuitive experience for agent builders.

Learn more ⬇️🧵Image 2 /

All-New: SocialAlgorithms

The Social Algorithms framework provides a flexible system for defining custom social algorithms that control how agents communicate and interact with each other in multi-agent systems.

This framework allows you to upload any arbitrary social algorithm as a callable that defines the sequence of communication between agents.

Docs: docs.swarms.world/en/latest/swar…Image
Oct 1 11 tweets 6 min read
Introducing Swarms 8.4.0 👾👾👾

Our latest update features an 80% faster download time, a new multi-agent deployment framework, AOP, and enhancements to existing architectures, such as AgentRearrange.

Learn more ⬇️🧵 Image 2 /

⚡️ Blazingly Fast Download Speed

We have removed four packages from Swarms, resulting in an 80% faster download time.

Docs: docs.swarms.world/en/latest/swar…Image
Sep 15 12 tweets 7 min read
Introducing Swarms 8.3.0

We're thrilled to announce our latest update, featuring new enhancements from the past 15 days.

We shipped all-new multi-agent architectures, Multi-Agent Execution Utilities, new examples, updated documentation, improvements, and much more!

Learn more ⬇️🧵Image 2 /

All-new: BatchedGridWorkflow

The BatchedGridWorkflow is an all-new multi-agent orchestration pattern that executes tasks in a batched grid format, where each agent processes a different task simultaneously.

This workflow is particularly useful for parallel processing scenarios where you have multiple agents and multiple tasks that can be distributed across them.

Docs: docs.swarms.world/en/latest/swar…Image
Sep 11 8 tweets 5 min read
Effortlessly Integrate Multiple MCP Servers into your Agents with Swarms 👾

Learn more ⬇️ Image 2 /

First, download the swarms package.

pip3 install -U swarms

Docs: docs.swarms.world/en/latest/swar…Image
Sep 2 20 tweets 9 min read
Introducing Swarms Python Update [8.2.0]

This major Swarms framework update introduces Claude Agents Compatibility, an enhanced AgentLoader class for loading thousands of agents, along with various new improvements and bug fixes!

Learn more ⬇️🧵 Image 2 /

All-New [Reasoning Integration]

Added advanced reasoning capabilities for improved agent decision-making and logical processing

Docs: docs.swarms.world/en/latest/Image
Aug 26 10 tweets 6 min read
Let's reshare the story of Swarms.

Many people don't realize that Swarms was one of the first agent frameworks ever created more than 3 years ago.

Swarms has inspired countless frameworks, including CrewAI, OpenAI's Swarm, Autogen, Agno, and Langraph all of which are descendants of Swarms.

Learn more 🧵👇Image 2 /

Swarms was originally conceived after the release of the Chain of Thought paper.

Our founder, @KyeGomezB, implemented the Chain of Thought paper while working on open-source AI research.

He would then go on to implement Tree of Thoughts, Algorithm of Thoughts, and countless other AI model architectures and prompting techniques.

He discovered that, regardless of how intelligent individual LLMs were, they needed to collaborate to enhance their performance, reduce hallucination, handle multiple tasks concurrently, and increase the memory capacity.

Github: github.com/kyegomez/swarmsImage
Aug 19 15 tweets 8 min read
Introducing Swarms [v8.1.0],

Our latest Swarms update significantly enhances reliability and performance at scale, paving the way for large-scale multi-agent simulations and structures.

Learn more ⬇️🧵 Image 2 /

All-New: SenatorAssembly

We've introduced the SenatorAssembly, a simulation featuring agents modeled after the 100 U.S. senators.
Use Cases:

> Predict senator votes before official tallies.
> Simulate an autonomous democratic system.
>Model committee hearings.

Example: github.com/kyegomez/swarm…Image
Aug 14 9 tweets 6 min read
Introducing Swarms Rust Update [0.2.0] 🦀🤖

We're thrilled to announce the latest updates to our Rust framework, including all-new multi-agent architectures, enhanced logging modules, bug fixes, and various improvements!

Learn more ⬇️ 🧵 Image 2 /

All-New: AgentRearrange is Here

AgentRearrange is a multi-agent framework that allows you to customize how agents interact based on their names and specific symbols. For example, -> denotes sequential communication, while commas (,) indicate parallel communication.

Examples:

Flow 1: analysis_agent -> research_agent -> paper_writer_agent

(Agents communicate sequentially in the specified order.)

Flow 2: risk_agent -> quant_agent_one, quant_agent_two

(The risk agent communicates with quant_agent_one and quant_agent_two in parallel.)

Example: github.com/The-Swarm-Corp…Image
Aug 6 4 tweets 3 min read
New Swarms Products Are Coming Soon 👾

We will soon release all-new SDK packages in new languages, enabling over 40 million developers to build multi-agent systems. 🙌

⎆ Swarms Typescript
⎆ Swarms Go
⎆Swarms Java
⎆ Swarms Kotlin

Swarms will soon be accessible via the largest programming languages and ecosystems 📈

Stay tuned : )Image 2 /

Get started building enterprise-grade agentic applications with the swarms stack ⚙️

Swarms Python: github.com/kyegomez/swarms

Swarms Rust: github.com/The-Swarm-Corp…

Swarms API: docs.swarms.ai
Aug 5 7 tweets 4 min read
Learn How to Build Agents with OpenAI's Latest Model, GPT-OSS ⬇️

In this thread, we showcase how to build agents with GPT-OSS in two ways: self-hosted on your own hardware or through @GroqInc's cloud!

Learn more ⬇️ Image 2 /

Run GPT OSS On Your GPU with @huggingface Transformers

> Build a class with a run method (task: str)
> Plug into the Agent(llm=GPTOSS)
> Run the agent

Link: github.com/kyegomez/swarm…

Github: github.com/kyegomez/swarms Image
Jul 28 12 tweets 6 min read
Benefits of Becoming a Vendor on the Swarms Marketplace 📈🏪

Learn about the benefits the Swarms Marketplace has to offer agent vendors, such as one-click sharing, flexible monetization options, comprehensive analytics, and much more!

Learn more ⬇️ 🧵 Image 2 /

Why Swarms Marketplace?

Here’s why it’s the ideal platform for you to sell your agents, prompts, and tools:

⎆One Click Streamlined Sharing and Deployment
⎆Flexible Monetization Options:
⎆In-Depth Analytics for Performance
⎆Global Competition and Recognition:
⎆Amplified Reach Through Social Integration
⎆Collaborative Feedback System

Get started Now: swarms.world
Jul 11 12 tweets 7 min read
Introducing the Latest Swarms Marketplace Updates 🤖🏪🤖

Over the past 17 days, we’ve made significant improvements to the marketplace’s functionality, user experience, and platform stability.

Learn more ⬇️🧵 Image 2 /

New Feature: Live Ticker Tape

Stay up to date with the top-rated prompts, agents, and tools — now streaming in real time across the top of the marketplace. Click any item on the ticker to explore its dedicated page instantly.

Check it out: swarms.world
Jul 2 13 tweets 7 min read
Introducing Swarms Update [7.9.0] 🤖🤖🤖

The latest swarms update provides all-new advanced multi-agent architectures, enhanced features, bug fixes, improved documentation, and more!

Learn More: A Thread 🧵⬇️ Image 2 /

All-New Multi-Agent Architecture: InteractiveGroupChat

The InteractiveGroupChat is a sophisticated multi-agent system that enables interactive conversations between users and AI agents using @ mentions. This system allows users to direct tasks to specific agents and facilitates collaborative responses when multiple agents are mentioned.

Docs: docs.swarms.world/en/latest/swar…

Example: docs.swarms.world/en/latest/swar…Image