
LATS (Language Agent Tree Search) LangGraph
blueprint · 3 agents
20000★ stars
What it does
The LATS paper in LangGraph: candidate actions are generated, a reflection step scores each, and tree search expands the most promising branches, backing up values as it goes. The heavyweight pattern for hard tasks where a single chain keeps failing.
Agent flow
1 · Generator
Propose candidate steps
search
2 · Reflector
Score each candidate
no tools · reasoning
3 · Tree search
Expand the best branch
graph control
get the code
View the source on GitHub ↗
This blueprint lives in its authors' repository. SocketCat indexes it and links you to the real thing.
More in Core patterns
Browse all →Supervisor Team
com.socketcat/supervisor-team
LangGraph
A supervisor decides who works next — a researcher who searches or a coder who edits the repo — and assembles the result when the work is done.
★ 21402 servers
⑂ 312