CrewAI
Role-playing agents working as a crew.
Microsoft's multi-agent conversation framework.
Local or cloud · No GPU
Pure Python; CPU-only. GPU optional for local LLM backends.
Source is public — you can audit it, fork it, and you'll never lose access to your workflows if AutoGen the company changes direction.
Doesn't require a dedicated GPU — useful on laptops and headless servers.
Native Metal / MPS support — runs on M-series Macs without CUDA gymnastics.
You don't need to read a paper before getting your first result — sensible defaults and a quick install.
This page summarizes upstream documentation, release information, and editorially reviewed catalogue fields. It is not presented as a hands-on benchmark. Verify changing requirements at the official project; report stale data through our corrections channel.
Runs CPU-only — no CUDA / driver gymnastics required.
No dedicated GPU required.
Open-source AND ships an API — easy to integrate, possible to host yourself.
Catalogue entry last updated 85 days ago — re-verification due soon.
Hand-picked from YouTube, Reddit, GitHub, and the wider web. Each link goes straight to the source — we don't intercept or rewrite anything.
Three picks across different tradeoffs — so you don't end up with three near-clones of AutoGen.
AutoGen lets you define multiple agents (assistants, user proxies, code executors) and orchestrate them through structured conversations. Microsoft Research's take on multi-agent — heavier and more abstract than CrewAI, but the most rigorous if you want agent-to-agent protocols.
Fully open source under MIT, from Microsoft Research.