Found 119 repositories(showing 30)
daveshap
HAAS = Hierarchical Autonomous Agent Swarm - "Resistance is futile!"
prathyushnallamothu
SwarmGo (agents-sdk-go) is a Go package that allows you to create AI agents capable of interacting, coordinating, and executing tasks. Inspired by OpenAI's Swarm framework, SwarmGo focuses on making agent coordination and execution lightweight, highly controllable, and easily testable.
youseai
Swarm.js is a Node.js implementation of OpenAI’s experimental Swarm framework. This SDK allows developers to orchestrate multi-agent systems using OpenAI’s API in a lightweight and ergonomic way, while leveraging Node.js for building scalable, real-world applications.
nrrso
Elixir library for lightweight AI agent orchestration inspired by openai/swarm
All-About-AI-YouTube
OpenAI Swarm Agents
basilisk-labs
Prompt-defined swarm of local agents for the OpenAI Codex plugin with git-level task tracking.
joshmu
Minimal agentic library mixing the simplicity of OpenAI Swarm with the flexibility of the Vercel AI SDK. 🐝
davidaparicio
Swarm for Ollama. OpenAI Framework to build/orchestrate/deploy multi-agent systems. Working offline with Ollama
jamesrochabrun
Swift framework exploring ergonomic, lightweight multi-agent orchestration. Inspired by Swarm OpenAI library
Sumanth077
No description available
AzureCosmosDB
A sample exploring ergonomic, lightweight multi-agent orchestration in Python using Azure Cosmos DB with OpenAI Swarm
avrabyt
Building Agents with Swarm as the backend. Handoffs and Routines
AgentisLabs
A TypeScript framework for autonomous AI agents with memory, planning, and tool usage. Build agents with distinct personas that connect to Discord & Twitter, coordinate in swarms, and leverage both Anthropic & OpenAI models. Create AI systems that reason, remember, and take action.
graysonchen
A Ruby-based framework adapted from OpenAI’s Swarm, exploring ergonomic, lightweight multi-agent orchestration.
smartaces
This is an experimental tool that auto-generates OpenAI Swarms agents from a combination of api documentation and natural language prompts. It also contains demo agents you can load in.
lesteroliver911
This repository demonstrates a simple OpenAI Swarm-based system for multi-agent orchestration with Retrieval-Augmented Generation (RAG). It handles tasks like summarization, sentiment analysis, keyword extraction, and document search using FAISS and OpenAI models, showcasing the power of collaborative agents.
atomicswe
Multi-Agent framework for C# .NET inspired by OpenAI Swarm
learnwithtalhagillani
OpenAI Swarm - Multi AI Agent Orchestration Framework - Practical Demo with 1 Orchestrator Agent and 2 Worker Agents (Natural Language to SQL Agent, Email Agent)
bekingcn
A alternative implements of OpenAI Swarm Agents with langgraph and langchain
PolarSnowLeopard
LLM Agents demo with openai Swarm
rdu
TypeScript framework for LLM orchestration, inspired by OpenAI's Swarm, offering type-safe agent communication and function calling.
This is an expansion of the original OpenAI agentic swarms airline assistant example, it now includes live flight status checking for real-world flights via live API calls.
The-Swarm-Corporation
Voice-Agents is a production-ready Python library for building enterprise-grade voice-enabled AI applications. Built by Swarms Corporation, it provides seamless integration with multiple TTS/STT providers including OpenAI, ElevenLabs, and Groq, with real-time streaming capabilities optimized for agent-based architectures.
NanGePlus
OpenAI 于 2025 年 3 月 11 日正式发布了开源的 OpenAI Agents SDK,这是一个专为构建智能代理(AI Agents)的轻量级且生产就绪的开发工具包。它是 OpenAI 此前实验性框架 Swarm 的升级版本,旨在帮助开发者更轻松地创建、编排和管理多代理系统
aiswarm
A simple OpenAI agent driver implementation for ai swarm orchestration
jorgeutd
Project demonstrating multi-agent orchestration using the Swarm OpenAI Agent framework.
NanGePlus
OpenAI开源多Agent智能体协作框架Swarm核心概念介绍及相关案例测试
jadouse5
🐝 OpenAI SWARM 🔍 Web Scraping Streamlit Web App and Content Analysis with Multi-Agent System
Discover OpenAI’s Swarm in action! 🌐 This open-source framework powers a multi-agent internet research app: Agent 1 gathers info from the web, Agent 2 refines it, and Agent 3 writes a polished article. With Swarm and Streamlit, see how AI agents can collaborate to deliver insights fast! 🚀
This colab notebook gives an intro to OpenAI's agentic swarms, with quality of life modifications to run in a colab, and also includes an additional new example of an assistant calling from web apis.