docs(a2ui): the introduction teaches through the running example - #1037
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…-turn seed, tool-group count Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
blove
force-pushed
the
blove/docs-example-first-a2ui
branch
from
September 6, 2026 08:53
da9dd8d to
ff1f0e1
Compare
blove
enabled auto-merge (squash)
September 6, 2026 08:53
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 7 of the example-first docs program (plan:
docs/superpowers/plans/2026-09-06-docs-example-first-products.md, PR 7 row; spec:docs/superpowers/specs/2026-09-05-docs-example-first-content-design.md).Page rewritten:
a2ui/getting-started/introductionkeeps its package-level sections (how it fits, what the package owns, message flow, relationship to chat and render, safe fallback posture, install) and gains the flight-booking demo walk: component schema, surface spec, v0.9 envelope wrapping, the form-authoring node, action routing, graph wiring, server, provider, and the<chat>catalog registration, as nine sequential<ExampleCode>blocks (six tight regions in an 849-line graph).Walkthrough deleted:
cockpit/ag-ui/a2ui/python/docs/guide.md;PENDING_PAGESdrops the entry.Example sources: comment-only
#regionmarkers ingraph.py;deployments/ag-ui-dev/deps/a2ui/**regenerated (drift gate clean).Facts settled (verified in
libs/a2ui,libs/chat/src/lib/a2ui, the classifier, and the graph): the protocol requires only thatcreateSurfaceprecede everything and that arootcomponent exist before paint; the component class nests inside the structured-output schema; the airport seed runs only on a true first turn; the package exports five tool groups; the old_bindings"known limitation" is obsolete (path refs are two-way markers resolved against the live store).Verification:
nx run-many -t test,lintgreen (website, cockpit-registry, cockpit-shell, scripts); generators no drift; prod build renders the page with 9data-example-fileblocks for 9 tags;nx e2e websitegreen.🤖 Generated with Claude Code