Files
ollama/types
ParthSareen ad5c276cf6 types: add Kind field to model.Name for 5-part naming
Extends the model name structure from 4-part to 5-part:
  host/namespace/kind/model:tag

The Kind field is optional and supports:
- "skill" for skill packages
- "agent" for agent packages (future)
- empty for regular models

Parser detects valid kinds to distinguish between old format
(host/namespace/model) and new format (host/namespace/kind/model).
2026-01-06 12:12:27 -08:00
..
2024-08-01 17:06:06 -07:00
2025-05-05 11:59:26 -07:00