Files
copilotkit__copilotkit/showcase/integrations/agno/qa/frontend-tools-async.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

596 B

QA: Frontend Tools (Async) — Agno

Prerequisites

  • Demo deployed at /demos/frontend-tools-async
  • Agent backend healthy

Test Steps

1. Basic Functionality

  • Navigate to /demos/frontend-tools-async
  • Verify the chat renders

2. Feature-Specific Checks

  • Click the "Find project-planning notes" suggestion pill
  • Verify a data-testid="notes-card" appears
  • Verify data-testid="notes-keyword" shows the searched keyword
  • Verify matching notes (data-testid="note-n1" etc.) are rendered

3. Error Handling

  • No uncaught console errors