mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
dd06dd89d1
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.
618 B
618 B
QA: Headless Chat (Complete) — Spring AI
Prerequisites
- Spring AI backend is up
Test Steps
- Navigate to
/demos/headless-complete - Send "Hi"
- Verify distinct user/assistant bubbles render (hand-rolled, not CopilotChat)
- Ask "What's the weather in Tokyo?"
- Verify the WeatherCard renders via the hand-rolled tool-call renderer
- Press the stop button during a long reply — verify the agent halts
Expected Results
- Chat is built entirely on
useAgent+ low-level render hooks - MCP-driven activity rendering is a no-op on Spring; tool + A2UI renderers still compose