[claude] Add Hermes 4 14B Modelfile, providers config, and smoke test (#1101) #1110

Merged
claude merged 1 commits from claude/issue-1101 into main 2026-03-23 17:59:45 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
895d6c6ba3 feat: add Hermes 4 14B Modelfile, providers config, and smoke test suite
Some checks failed
Tests / lint (pull_request) Successful in 16s
Tests / test (pull_request) Failing after 25m38s
Sets up the AutoLoRA base model infrastructure for Project Bannerlord.
No live model download (requires manual GGUF import into Ollama), but
provides all scaffolding needed to onboard and validate the model.

Changes:
- Modelfile.hermes4-14b: Ollama Modelfile for NousResearch Hermes 4 14B
  (Q5_K_M, 32K context, temp=0.3, tool-calling + reasoning configured)
- config/providers.yaml: register hermes4-14b and hermes4-36b as model
  entries on ollama-local; hermes4-14b promoted to top of tools fallback
  chain (native tool calling + structured JSON)
- scripts/test_hermes4.py: 5-test smoke suite (availability, basic
  response, memory < 28 GB, tool calling, Timmy-persona acceptance)

Refs #1101
2026-03-23 13:58:40 -04:00