Skip to content
中文

Service Health Check

One-Click Diagnosis

bash
./scripts/doctor.sh           # Key service status + health check
./scripts/doctor.sh --all     # Check all services
./scripts/doctor.sh --logs    # Include the last 20 lines of logs for key services

For source deployments you can also use:

bash
./scripts/test-health.sh

Single-Point Health Probe

bash
curl http://localhost:26100/health   # api-gateway
curl http://localhost:26103/health   # ag-ui-server

Troubleshooting tip: When a health check fails, first run ./scripts/doctor.sh to get the overall status, then check the logs for the specific service.

Digital Ecosystem Infrastructure.