← Back to Learning Hub

6.2 Agent Frameworks

Intermediate · 5 articles · MODULE 6: AI AGENTS

LangChain

Tutorial · Intermediate · 12 min

LangChain is a "batteries-included" toolkit for wiring LLMs into applications.

LangChainLangGraph

Includes Colab notebook

By: Anacodic Team

Start Reading →

LangGraph

Tutorial · Intermediate · 12 min

LangGraph models an LLM application as a stateful graph: nodes (functions that read and update a shared State), edges (which node runs next), and a State object thre…

LangChainLangGraph

Includes Colab notebook

By: Anacodic Team

Start Reading →

CrewAI

Tutorial · Intermediate · 12 min

CrewAI is hiring a small team and giving them a project brief.

LangChainLangGraph

Includes Colab notebook

By: Anacodic Team

Start Reading →

AutoGen

Tutorial · Intermediate · 11 min

AutoGen is a group chat of specialists in a Slack channel. You don't script every message.

LangChainLangGraph

Includes Colab notebook

By: Anacodic Team

Start Reading →

Framework Comparison

Tutorial · Intermediate · 13 min

Six frameworks, one decision. LangChain = compose linear LLM pipelines (LCEL chains). LangGraph = stateful graphs with branching/loops (workflows and agents).

LangChainLangGraph

By: Anacodic Team

Start Reading →