What is Agency Swarm?

Agency Swarm started as a desire and effort of Arsenii Shatokhin (aka VRSEN) to fully automate his AI Agency with AI. By building this framework, we aim to simplify the agent creation process and enable anyone to create collaborative swarms of agents (Agencies), each with distinct roles and capabilities. By thinking about automation in terms of real-world entities, such as agencies and specialized agent roles, we make it a lot more intuitive for both the agents and the users.

Key Features

Customizable Agent Roles

Define roles like CEO, virtual assistant, developer, etc., and customize their functionalities with Assistants API.

Full Control Over Prompts

Avoid conflicts and restrictions of pre-defined prompts, allowing full customization.

Error Correction

Prevent hallucinations with Pydantic-based type validation and error correction

Efficient Communication

Agents communicate based on their own descriptions and nothing else.

State Management

Agency Swarm efficiently manages the state of your assistants on OpenAI, maintaining it in a special settings.json file.

Deployable in Production

Agency Swarm is designed to be reliable and easily deployable in production environments.