christopherkarani/Swarm
A Swift 6.2 framework for building and orchestrating multi-agent AI systems with compile-time tool generation and workflow pipelines.

Velocity · 7d
+2.7
★ / day
Trend
→steady
star history
Swarm provides a native Swift implementation of agent orchestration patterns inspired by OpenAI’s Swarm research. It allows developers to create agents with tools decorated via the @Tool macro, chain them into pipelines or DAGs, and manage multi-agent workflows with built-in crash recovery and Swift concurrency safety. The framework supports foundation model integration and includes memory and offline-first capabilities.