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.
707 B
707 B
QA: Readonly State (Agent Context) — Agno
Prerequisites
- Demo deployed at
/demos/readonly-state-agent-context - Agent backend healthy
Test Steps
1. Basic Functionality
- Navigate to
/demos/readonly-state-agent-context - Verify the
data-testid="context-card"is visible (left sidebar) - Verify the JSON preview (
data-testid="ctx-state-json") shows the initial context
2. Feature-Specific Checks
- Change the name input (
data-testid="ctx-name") to "Alice" - Verify the JSON preview updates to show "Alice"
- Ask the assistant "What do you know about me?" and verify it references the context
3. Error Handling
- No uncaught console errors