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