LangChain
Tutorial · Intermediate · 12 min
LangChain is a "batteries-included" toolkit for wiring LLMs into applications.
Includes Colab notebook
By: Anacodic Team
Start Reading →Intermediate · 5 articles · MODULE 6: AI AGENTS
Tutorial · Intermediate · 12 min
LangChain is a "batteries-included" toolkit for wiring LLMs into applications.
Includes Colab notebook
By: Anacodic Team
Start Reading →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…
Includes Colab notebook
By: Anacodic Team
Start Reading →Tutorial · Intermediate · 12 min
CrewAI is hiring a small team and giving them a project brief.
Includes Colab notebook
By: Anacodic Team
Start Reading →Tutorial · Intermediate · 11 min
AutoGen is a group chat of specialists in a Slack channel. You don't script every message.
Includes Colab notebook
By: Anacodic Team
Start Reading →Tutorial · Intermediate · 13 min
Six frameworks, one decision. LangChain = compose linear LLM pipelines (LCEL chains). LangGraph = stateful graphs with branching/loops (workflows and agents).
By: Anacodic Team
Start Reading →