Files
copilotkit__copilotkit/showcase/packages/langgraph-python/qa/shared-state-streaming.md
2026-04-08 21:22:35 -07:00

656 B

QA: State Streaming — LangGraph (Python)

Prerequisites

  • Demo is deployed and accessible
  • Agent backend is healthy (check /api/health)

Test Steps

1. Basic Functionality

  • Navigate to the demo page
  • Verify the chat interface loads
  • Send a basic message
  • Verify the agent responds

2. Feature-Specific Checks

  • TODO: Add checks specific to State Streaming

3. Error Handling

  • Send an empty message (should be handled gracefully)
  • Verify no console errors during normal usage

Expected Results

  • Chat loads within 3 seconds
  • Agent responds within 10 seconds
  • No UI errors or broken layouts