NextGen Copilot

FastAPI request runner for the copilot workflow.

This page sends requests to the backend `POST /process_query` endpoint and shows the raw JSON response. It also checks backend health through `GET /health`.

/process_query Main orchestration endpoint
/health Backend status and log path
Port 8080 Default backend target
Ready.

Response Viewer

Raw JSON from FastAPI is rendered here.

Waiting
{
  "message": "No request sent yet."
}