April 2026
Intermediate
395 pages
13h 22m
English
In Python, several frameworks support the development of agentic systems. They provide tools for autonomy, decision-making, and interaction with the environment. The field is extremely dynamic, and new frameworks emerge while others disappear. Since which frameworks will survive is not clear, we’ll present several options in this section.
Let’s briefly summarize these frameworks first before exploring them in depth:
LangGraphYou know LangChain by now, but we haven’t used it in an agentic way yet. For agent autonomy, the developers of LangChain created an additional framework built on top of LangChain, called LangGraph (https://www.langchain.com/langgraph).
LangGraph is a flexible framework that enables developers ...
Read now
Unlock full access