docs: clarify AG-UI and CopilotKit A2UI guidance#1619
Conversation
There was a problem hiding this comment.
Code Review
This pull request standardizes the spelling of "AG UI" to "AG-UI" across multiple documentation files, updates CopilotKit integration details, and refines various links and guides. The review feedback suggests clarifying how function execution boundaries are determined at runtime in the custom components guide, and correcting an inconsistent AG-UI link in the data flow documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Sam Julien <samjulien@users.noreply.github.com>
contextablemark
left a comment
There was a problem hiding this comment.
One small comment, other than that looks good.
Co-authored-by: Mark <mark@copilotkit.ai> Signed-off-by: Sam Julien <samjulien@users.noreply.github.com>
ditman
left a comment
There was a problem hiding this comment.
Comment about the new CTA on the quickstart page, I think it shouldn't be there (or it should be moved all the way to the bottom to a "Learn more"-like section /cc @zeroasterisk?
ditman
left a comment
There was a problem hiding this comment.
Thanks for the m-dash cleanse!
Description
This PR updates the AG-UI and CopilotKit references across the A2UI docs for consistency and accuracy.
a2uiruntime enablement for dynamic-schema vs fixed-schema flows.No issue fixed.
Validation
npx --yes prettier@^3.5.0 --config .prettierrc --check $(git diff --name-only origin/main..HEAD)DISABLE_MKDOCS_2_WARNING=true python3 -m mkdocs buildcurl -I -L --max-time 15 https://docs.copilotkit.ai/generative-ui/a2uicurl -I -L --max-time 15 https://docs.copilotkit.ai/google-adk/generative-ui/a2uicurl -I -L --max-time 15 https://ag-ui.com/curl -I -L --max-time 15 https://docs.copilotkit.ai/quickstartNotes:
./scripts/fix_format.sh --checkcould not run in this local environment becauseyarn/corepackis unavailable, so Prettier was run directly with the repo config on the changed files.python3 -m mkdocs build --strictstill fails on eight pre-existing spec JSON link warnings unrelated to this PR.npx --yes markdown-link-check $(git diff --name-only origin/main..HEAD)reports pre-existing external link issues forhttp://opal.googleand a Hacker News429; changed CopilotKit and AG-UI links pass.Pre-launch Checklist