docs(blog): add screenshots for the AG-UI interrupts post#572
Merged
Conversation
Driven against the running cockpit/ag-ui/interrupts example (uvicorn + nx serve) via a small playwright capture script: 1. Welcome screen with the two suggestion chips. 2. Approval card open over the chat with the structured refund payload. 3. Post-resume chat history with the refund confirmation. Also adds scripts/capture-blog-screenshots.mjs so re-captures are reproducible.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Adds the three screenshot PNGs the blog post
2026-06-04-human-in-the-loop-ag-ui-agents-in-angular.mdx(#571) references — the final follow-up item from that PR's test plan checkbox.1.png— welcome screen with the two suggestion chips ("Refund a duplicate charge", "Refund a chargeback").2.png— approval card open over the chat with the structured refund payload (customer id, amount, reason).3.png— post-resume chat history with the refund confirmation.All three are 2560×1600 (2× of the 1280×800 viewport the post specs in its
<img width/height>attrs).Captured against the cockpit example running locally (
cockpit/ag-ui/interrupts) — uvicornag-ui-langgraphbackend + Angular dev server, driven through the real flow (live LLM call, real interrupt, real resume).Also adds
scripts/capture-blog-screenshots.mjsso the captures are reproducible: a small Playwright script that walks the welcome → interrupt → approve flow and writes the three PNGs to the expected paths.Note: the deployed cockpit at
cockpit.threadplane.ai/ag-ui/.../interruptsshows "No runtime available" — AG-UI examples need a uvicornag-ui-langgraphserver which isn't auto-deployed there yet (vs. langgraph examples which use LangGraph Platform). That's a separate piece of work for another day; for now the captures came from local.Test Plan
apps/website/public/blog/2026-06-04-human-in-the-loop-ag-ui-agents-in-angular/{1,2,3}.pngand are valid PNGs.<figure>alt-text intent in the merged post.scripts/capture-blog-screenshots.mjscan re-capture cleanly when the example is updated.🤖 Generated with Claude Code