Agentic Blueprints 34
Filtersactive

Reflection (LangGraph tutorial)
The essay-writing reflection loop: a generator drafts, a reflector critiques as a teacher grading, and the loop repeats a fixed number of rounds.

Reflexion
An answerer that critiques itself with citations: draft, self-review for missing and superfluous content, search to fill gaps, revise.

Plan-and-Execute (LangGraph tutorial)
The original plan-and-execute notebook: a planner writes the step list, an executor works through it, and a replanner revises as results come in.

WebVoyager
A vision-enabled browser agent that looks at annotated screenshots and decides where to click, scroll, and type until the task is done.

Adaptive RAG
Routes each question to the right retrieval strategy, grades what comes back, and falls back to web search when the index can't answer.

Chatbot Simulation Evaluation
A simulated-user agent plays the customer against your chatbot so you can evaluate the whole conversation before real users do.

Corrective RAG
Grades retrieved documents for relevance and, when they fail the grade, falls back to web search before answering.

Self-Discover
The agent first composes its own reasoning structure from atomic modules, then solves the task by following the structure it built.

