local_status
Verify local Ollama delegation is available and view configured model tiers, gate settings, and saved tokens. Call before delegating or when a local tool fails.
Instructions
Check that local delegation is actually available and see what it has saved. Cheap -- no model inference. Call this once at the start of a session if you intend to delegate, and whenever a local tool fails unexpectedly.
Args: workspace_root: Absolute path to the repository root.
Returns: Ollama health, configured model tiers, whether they are installed, the gate configuration, and estimated tokens avoided so far.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_root | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |