{{ message }}
feat(showcase): byoc-hashbrown demo for langgraph-python (Wave 4a)#4229
Open
AlemTuzlak wants to merge 1 commit intomainfrom
Open
feat(showcase): byoc-hashbrown demo for langgraph-python (Wave 4a)#4229AlemTuzlak wants to merge 1 commit intomainfrom
AlemTuzlak wants to merge 1 commit intomainfrom
Conversation
Wave 4a. Port the starter's hashbrown renderer into a dedicated single-mode langgraph-python demo at /demos/byoc-hashbrown so the byoc-hashbrown row goes green on the dashboard. - @hashbrownai/core + @hashbrownai/react + recharts deps added. - Dedicated /api/copilotkit-byoc-hashbrown route with byoc_hashbrown graph (ChatOpenAI + CopilotKitMiddleware) and a catalog-aware system prompt coaching the LLM to emit a <ui>...</ui> envelope. - Ported MetricCard + bar-chart + pie-chart + chart-config from showcase/starters/template/frontend with data-testid hooks on chart roots for E2E coverage. - Ported hashbrown renderer with local RenderMessageProps / AssistantMessage types so @copilotkit/react-ui and @ag-ui/core do not become direct deps of this package. - Updated hashbrown schema calls to @0.5.0-beta.4 surface: enumeration for SalesStage; description-first streaming.array + object; dropped the non-existent .optional() chain. - v2 CopilotChat uses messageView.assistantMessage slot and useConfigureSuggestions for 3 canned prompts (sales dashboard / revenue by category / expense trend). - QA checklist + Playwright E2E authored (not run pre-deploy). - Manifest / constraints / docs-links updated and derived registry + demo-content + docs-status bundles regenerated. - Extend scripts/hooks/check-binaries.sh whitelist to include the shell-docs and shell-dojo demo-content bundles so the pre-commit hook does not reject the regenerated 1.5 MB files it produced.
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.

Summary
Wave 4a — port the starter's hashbrown renderer into a dedicated single-mode langgraph-python demo at `/demos/byoc-hashbrown`.
Out of scope (per spec): renderer-selector UI, interactive hashbrown output, custom catalog.
Test plan
Concerns
Spec + Plan: under docs/superpowers/ (not committed).