Files
copilotkit__copilotkit/showcase/integrations/spring-ai/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

557 B

QA: Readonly State / Agent Context — Spring AI

Prerequisites

  • Demo is deployed and accessible

Test Steps

  • Navigate to /demos/readonly-state-agent-context
  • Verify the context card renders with Name, Timezone, Recent Activity
  • Ask "What do you know about me?"
  • Verify the agent reflects the context values (name, timezone, activities)
  • Toggle an activity checkbox
  • Ask again and verify the agent sees the updated context

Expected Results

  • The agent receives the latest frontend context via useAgentContext