Files
2026-04-08 21:22:35 -07:00

650 B

QA: Agentic Chat — 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 Agentic Chat

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