docs + DX: research demo getting-started (web-UI recipe + scaffold onboarding)#355
Merged
Conversation
Task-oriented recipe for wiring a CopilotKit client to the flagship research demo over AG-UI: run the demo, connect /agui/research, surface plan + subagent activity, HITL approvals, and memory-candidate review. Complements the AG-UI protocol reference page (cross-links rather than restating the event contract). Co-Authored-By: Claude Opus 4.8 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
blove
enabled auto-merge (squash)
July 13, 2026 19:19
- create-dawn-app prints next-steps after scaffolding (cd / install / test / run it live) instead of exiting silently. - Templates gain a 'dev' script (dawn dev --port 3000) so a scaffolded app can actually be run — previously only offline tests/evals were wired up. - Research README adds a 'Run it live' section (ask a question via /agui) and a pointer to the web-UI recipe. - Update generated-app package.json snapshots for the new dev script. Co-Authored-By: Claude Opus 4.8 <[email protected]>
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.
Two closely-related improvements to the research demo getting-started experience.
1. Docs: "Research assistant web UI" recipe
A task-oriented recipe under
/docs/recipesfor wiring a CopilotKit client to the research demo over AG-UI (run the demo, connect/agui/research, surface plan + subagent activity, HITL approvals, memory-candidate review). Cross-links/docs/ag-uifor the protocol instead of restating it.apps/web/content/docs/recipes/research-web-ui.mdx+ route wrapper + nav/overview entries.2. Scaffold onboarding (create-dawn-app + templates)
The default research scaffold couldn't actually be run and gave no next-steps guidance. Fixed:
create-dawn-appprints next steps after scaffolding (cd / install / test / run it live) instead of exiting silently.devscript (dawn dev --port 3000) — previously only offline tests/evals were wired up, so a new user had no way to run their agent./agui) and a pointer to the web-UI recipe.devscript.Test plan
apps/webbuild: recipe compiles + prerenders;node scripts/check-docs.mjspasses.create-dawn-ai-app+@dawn-ai/devkittests pass (5/5); lint clean.basic/custom-app-dir) updated for thedevscript — verified on CIvalidate.🤖 Generated with Claude Code