Model proposes tool calls, ToolNode runs them, control loops back — until no calls (or recursion_limit) exits to END
Guided views
Explore this system
Step through curated paths without changing the source diagram.
Beat
Next
ReadyChapter 01 / 01
Guided chapter
Diagram guideExplore this system
Inspecting compiled semantics
E ExportT ThemeS Style0 Reset+ Zoom in- Zoom outEsc Close
Find a node
⌕/
No matching nodes
Semantic passport
Verified source
Authored reach
Route probeChoose a start node
Pick two semantic nodes on the diagram
Choose the source, then the destination. Direction matters.
Semantic lensCompare system roles
Choose up to two semantic kinds. One reveals its real traffic; two compare only direct authored relationships.
Choose a kind to inspect its nodes and touching relationships.
Semantic radar
Building overview
Click nodeDrag to pan
The cycle
• The agent node calls the model each turn
• Proposed tool calls route to the ToolNode
• A back-edge returns results to the agent
Exit condition
• A message with no tool calls exits to END
• The final answer is the last agent message
• END is a real terminal, not a pause
Bounded
• recursion_limit caps the number of supersteps
• Hitting the cap also forces the exit to END
• This prevents an infinite tool-calling loop
Lifecycle diagram • Built with Archify • Create yours ↗ • Hover to trace • R route • Click to focus • +/− zoom • M radar • [/] views • P play story • T theme • E export