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.
557 B
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