AG-UI Test Page
Test the AG-UI protocol endpoint at /api/agui/agent
Response Stream
No response yet. Click 'Test AG-UI Endpoint' to begin.
Testing with curl:
curl -X POST http://localhost:3000/api/agui/agent \
-H "Content-Type: application/json" \
-d '{
"threadId": "test-thread",
"runId": "test-run",
"messages": [{"role": "user", "content": "Hello!"}]
}'Testing with agent-browser:
- Open agent-browser:
agent-browser open - Navigate to:
http://localhost:3000/haus-search/agui-test - Click "Test AG-UI Endpoint" to stream responses
- Or use the agent-browser CLI to test directly