showcase/integrations/strands/qa/byoc-hashbrown.md
Manual QA checklist for the byoc-hashbrown demo in the AWS Strands
showcase. The agent emits a hashbrown JSON envelope that @hashbrownai/react
progressively parses and renders via the MetricCard / PieChart / BarChart /
DealCard / Markdown catalog.
/demos/byoc-hashbrown.data-testid="metric-card", data-testid="pie-chart", and
data-testid="bar-chart" are present on their respective elements.agent.py; the
hashbrown JSON envelope prompt is injected via useAgentContext on the
frontend. The canonical prompt lives in src/agents/byoc_hashbrown.py
as documentation.