Files
copilotkit__copilotkit/showcase/integrations/langroid/qa/headless-complete.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

751 B

QA: Headless Chat (Complete) — Langroid

Prerequisites

  • Demo is deployed and accessible
  • Agent backend is healthy

Test Steps

1. Basic Functionality

  • Navigate to /demos/headless-complete
  • Verify the page loads without <CopilotChat /> — a hand-rolled message list + input
  • Verify the input is focused and enabled
  • Send a message and verify an assistant response bubble renders
  • Verify a typing indicator appears while the agent is running

2. Tool Rendering

  • Click the "Weather in Tokyo" suggestion
  • Verify a branded WeatherCard appears inline in the message list
  • Verify tool-call renderers (useRenderTool, useDefaultRenderTool) paint without the built-in CopilotChat chrome