HTTP/2 200
date: Mon, 28 Jul 2025 05:52:51 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cross-origin-opener-policy: same-origin
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
referrer-policy: strict-origin-when-cross-origin,origin
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=TYm1Gr6W2fScaiKmw4QJaBXQ%2BWrVDzex15AUrcsFQZw%3D\u0026sid=67ff5de4-ad2b-4112-9289-cf96be89efed\u0026ts=1753681971"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=TYm1Gr6W2fScaiKmw4QJaBXQ%2BWrVDzex15AUrcsFQZw%3D&sid=67ff5de4-ad2b-4112-9289-cf96be89efed&ts=1753681971"
set-cookie: origin=ref-realpython.com; expires=Sat, 22 Apr 2028 05:52:51 GMT; Max-Age=86313600; Path=/
set-cookie: cid=b8f9cb7fcfde49bfa585bb69b9e6f7a7; expires=Tue, 28 Jul 2026 05:52:51 GMT; Max-Age=31536000; Path=/
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: Cookie, Accept-Encoding
via: 2.0 heroku-router
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 96621cde2df8c1bd-BLR
alt-svc: h3=":443"; ma=86400
LangGraph: Build Stateful AI Agents in Python Quiz – Real Python
LangGraph: Build Stateful AI Agents in Python Quiz
Interactive Quiz ⋅ 12 Questions By Martin Breuss
Share
By working through this quiz, you’ll revisit how to build LLM workflows and agents in LangGraph , and how LangGraph expands upon LangChain’s capabilities.
The quiz contains 12 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Tutorial
LangGraph: Build Stateful AI Agents in Python
LangGraph is a versatile Python library designed for stateful, cyclic, and multi-actor Large Language Model (LLM) applications. This tutorial will give you an overview of LangGraph fundamentals through hands-on examples, and the tools needed to build your own LLM workflows and agents in LangGraph.
intermediate
data-science