Files
copilotkit__copilotkit/showcase/integrations/agno/qa/readonly-state-agent-context.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

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