Expand description
Operator commands: config validation, DB migrations, environment checks.
Structs§
- Doctor
Json - Doctor
Operator Json - Printable summary for
/api/doctorand CLIdoctor. - LlmDoctor
Json - Non-secret LLM routing snapshot for
/api/doctor. - McpPing
Result - Result of probing one MCP server (initialize + tools/list).
- McpServer
Public - Public MCP server metadata for JSON APIs (no auth headers).
- Ollama
Probe Json
Functions§
- config_
divergence_ lines - High-signal differences versus
Config::default(for operators comparing deployments). - doctor_
json - JSON payload for
/api/doctor(and similar UIs). - list_
mcp_ servers_ public - List
[mcp.servers]entries from TOML (headers omitted). - load_
kowalski_ config_ for_ serve - Load full
Configforkowalskiserver mode (HTTP chat + MCP). Missing file →Config::default. - mcp_
config_ path - Default path for
[mcp]and full config TOML (CLI and HTTP API). - mcp_
ping_ results - Run initialize + tools/list for each configured MCP server.
- run_
config_ check - Validate TOML and optionally a full
Configparse. - run_
db_ migrate - Run
memory.database_urlmigrations from--urlor frommemory.database_urlin TOML. - run_
doctor - Print versions and probe local Ollama (default
http://127.0.0.1:11434).