A background run returns a continuation_token, then a poll loop runs through IN_PROGRESS until None
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
Fire and Poll
• background=True returns immediately with a token
• The token is the handle to the running work
• Completion is signalled when the poll returns None
The Poll Loop
• Each poll re-runs with the same continuation_token
• IN_PROGRESS keeps the run alive without blocking
• The loop exits only when status resolves to done
Resumable Streams
• The last token also anchors a streamed response
• A dropped stream resumes from the last token
• No work is lost across a reconnect
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