ollama/parser
ParthSareen 6f9fc4e1bf parser: add SKILL command for Agentfiles
Add SKILL command to the Modelfile/Agentfile parser.

Supports both local paths and registry references:
  SKILL ./path/to/skill       # Local skill bundled with agent
  SKILL skill/calc:1.0.0      # Registry skill reference
  SKILL alice/skill/calc:1.0  # User skill from registry
2025-12-29 00:13:56 -05:00
..
expandpath_test.go Fix absolute path names + gguf detection (#8428) 2025-01-14 19:01:24 -08:00
parser.go parser: add SKILL command for Agentfiles 2025-12-29 00:13:56 -05:00
parser_test.go model: add rnj-1 inference support (#13354) 2025-12-08 16:49:17 -08:00