The shortlist
1. OpenLAM — Autonomous AI workforce (LAM platform)
A complete, open-source Large Action Model platform that runs a 100+ agent autonomous workforce out of the box: planning, tool/plugin use (incl. MCP), memory, governance, self-correction and an included local model (OpenLAM 72B). Self-host free or use the managed cloud. Best when you want a working autonomous organization, not a library to assemble.
2. CrewAI — Role-based multi-agent framework
A popular Python framework for orchestrating "crews" of role-playing agents that collaborate on tasks. Great for developers who want to define agents, roles and processes in code. Bring your own LLM.
3. LangGraph / LangChain agents — Agent framework / library
LangChain (and LangGraph for stateful graphs) is the most widely used toolkit for building LLM apps and agents. Maximum flexibility and a huge tool ecosystem; you design the orchestration. Bring your own LLM; LangSmith/LangGraph Platform are commercial add-ons.
4. Microsoft AutoGen — Multi-agent conversation framework
A research-friendly framework for multi-agent conversations and tool use. Strong for experimenting with agents that talk to each other to solve problems. Bring your own LLM.
5. AutoGPT — Autonomous agent (pioneer)
The project that popularized open-ended autonomous GPT agents. Good for experiments and demos of autonomy; has since grown a platform/builder. Bring your own LLM.
6. Devin (Cognition) — AI software engineer
A closed-source, paid autonomous coding agent focused on software engineering tasks. Best for autonomous coding rather than a general business workforce.
How to choose
If you have engineering time and want full control, pick a framework (CrewAI, LangGraph, AutoGen). If you want a working autonomous organization fast — with governance, self-correction and a model included — pick a LAM platform like OpenLAM. See the detailed feature-by-feature comparison, or learn the underlying idea in What is a LAM?