docs(ag-ui): six guides teach through their running examples - #1031
Merged
Conversation
…g list Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ample Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…emas file, precise wording Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ence after each block Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…UN_ERROR; subagent toolCallId fallback Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…file, checkpointer reason, diff direction Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…nd the right import direction Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…'s section Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
blove
enabled auto-merge (squash)
September 6, 2026 04:15
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 3 of the example-first docs program (plan:
docs/superpowers/plans/2026-09-06-docs-example-first-products.md, PR 3 table; spec:docs/superpowers/specs/2026-09-05-docs-example-first-content-design.md).Pages rewritten (four were 10-line stubs):
ag-ui/guides/{client-tools,interrupts,json-render,subagents,tool-views}andag-ui/reference/event-mapping(the event table corrected row by row against the reducer, with the streaming example as the worked case).Walkthroughs deleted: the six
cockpit/ag-ui/*/python/docs/guide.mdfiles and their generated copies;PENDING_PAGESdrops the six ag-ui entries (27 remain).Example sources: comment-only
#regionmarkers in five graphs/components;deployments/ag-ui-dev/deps/**regenerated (drift gate clean).Facts settled (each verified in
libs/ag-ui,libs/chat,libs/render, the middleware, orag-ui-langgraph0.0.37): a served graph needs a checkpointer because the bridge callsgraph.aget_state; the tool result travels in the browser's message list, which is whyflush()is a no-op;submit({ resume })is a separate path from a message-less submit;TOOL_CALL_ENDmarks a callcompletebefore its result arrives;setBranch-style claims from the old walkthroughs are gone.Resolver: region slices now drop inner marker lines (
example-code.ts), so nested regions render clean.Test: the docs-search e2e deep-link assertion now accepts any docs page with a section anchor; the new ag-ui pages outrank the LangGraph persistence guide for "checkpointer".
Verification:
nx run-many -t test,lintgreen (website, cockpit-registry, cockpit-shell, scripts); generators no drift; prod build renders every page withdata-example-filecounts equal to tag counts;nx e2e website120 passed + the amended test green on rerun.🤖 Generated with Claude Code