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.
756 B
756 B
QA: Reasoning (Default Render) — Agno
Prerequisites
- Demo deployed at
/demos/reasoning-default-render - Agno reasoning agent served at
/reasoning/agui
Test Steps
1. Basic Functionality
- Navigate to
/demos/reasoning-default-render - Send "Why is the sky blue? Think step by step."
- Verify the built-in
CopilotChatReasoningMessagerenders a collapsible "Thought for X seconds" card - Verify the final assistant answer appears after the reasoning card
2. Feature-Specific Checks
- Expand the reasoning card; verify step-by-step content is visible
- No custom slot override was required — this is zero-config reasoning rendering
3. Error Handling
- No uncaught console errors