Browse Directory
🔍
CrewAI
★ 24.8k
Framework for orchestrating role-playing AI agents. Great for multi-step workflows where you need agents to collaborate.
PythonAgentsMulti-agent Open Source
"Best-in-class for structured agent workflows. We use it internally for complex automation pipelines where distinct roles are needed."
Cursor
AI-first code editor built on VS Code. Understands your entire codebase and can make sweeping changes.
EditorCodingAgent Free / $20/mo
"My daily driver. The multi-file editing is unmatched right now. It feels like pair programming with a senior engineer who knows your whole repo."
LangGraph
★ 8.2k
Build stateful, multi-actor applications with LLMs. Think of it as a state machine for AI agents.
PythonGraphsStateful Open Source
"More control than CrewAI, steeper learning curve. Worth it for complex flows where you need cyclical graphs and persistence."