LangGraph, Pydantic-AI, CrewAI, Mastra — frameworks for building data-pipeline agents.
AutoGen explained: Microsoft's multi-agent conversation framework, code-execution agents for data analysis, the AG2 fork, and AutoGen vs CrewAI vs LangGraph.
pip install autogen-agentchat autogen-ext[openai]
CrewAI multi-agent framework explained: role-based crews, Flows for deterministic pipelines, CrewAI vs LangGraph, and when multi-agent is overkill.
pip install crewai
Pydantic-AI: type-safe agent framework from the Pydantic team. Structured outputs, function tools, and dependency injection for production data agents.
pip install pydantic-ai
smolagents explained: Hugging Face's minimal agent library where a CodeAgent writes Python instead of JSON tool calls — a great fit for data analysis work.
pip install smolagents