Files
copilotkit__copilotkit/showcase/integrations/strands/qa/chat-customization-css.md
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00

809 B

QA — chat-customization-css

Scope

Manual QA checklist for the chat-customization-css demo in the AWS Strands showcase. The Strands package reuses a single shared agent for every demo, so this stub exists primarily to document the human verification path.

Happy path

  • Navigate to /demos/chat-customization-css.
  • Verify the page renders without console errors.
  • Exercise the demo's primary interaction (see README for the LangGraph-Python equivalent demo — same user flow).

Regression

  • No hydration warnings in the browser console.
  • The shared Strands agent responds with text within a few seconds.

Known gaps

  • Port of the LangGraph-Python chat-customization-css demo; backend differentiation is collapsed into the shared src/agents/agent.py.