This project implements the same workflow (research → summarize) across three frameworks using the same model and prompts.
- CrewAI: task-driven agents
- LangGraph: state-driven workflows
- AutoGen: conversation-driven agents
- Use CrewAI for quick, structured workflows
- Use LangGraph when you need control and reliability
- Use AutoGen for multi-agent collaboration and iteration