doctor
Self-diagnoses setup prerequisites by checking Qdrant, collection, Ollama, and graph file; returns per-check status and overall healthy flag to identify missing items.
Instructions
Self-diagnose prerequisites before any org-facing setup.
The onboarding agent calls this first to learn what is already healthy and what is missing, so it only asks the org about the things that actually need a human decision. Non-destructive: never writes, never creates a collection, never pulls a model.
Checks:
Qdrant reachable on the configured URL.
Target collection exists and its vector count.
Ollama reachable and the configured embed model is pulled.
Graph file exists with node and edge counts.
Returns:
Per-check status (ok bool + detail) and an overall healthy flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||