Hermes Agent now treats Hugging Face as a first-class inference provider and surfaces 28 curated models in its picker, plus a custom path to the broader catalog. That broadens model choice for a persistent local agent workflow without requiring users to wire a provider manually.

Hermes Agent now has Hugging Face as an official model provider, and the entry point is simple: Teknium's announcement says users get it via hermes update. The practical change is in model selection. Instead of surfacing a raw provider list, Hermes now shows 28 curated HF models organized by task, while still leaving an "Enter custom model name" path for the much larger catalog shown in the PR screenshot.
That curation is doing product and runtime work at the same time. The categories in the PR screenshot include flagship models such as Qwen3.5-397B and DeepSeek-V3.2, reasoning models such as DeepSeek-R1, coding models including Qwen3-Coder-480B, plus vision and small/fast options. The same screenshot says providers with 15 or more curated models "skip the live /models probe entirely," which keeps the picker "clean and fast" instead of dumping 124-plus live API results into the UI.
The integration also broadens the kinds of open models Hermes users can run inside the agent's existing workflow. Delangue describes Hermes as an agent that "remembers what it learns" with "persistent dedicated machine access," and his demo post shows a live session reporting "I'm running on zai-org/GLM-5, served through Hugging Face." For engineers, the launch is less about a new agent capability than about faster access to a wider model set inside the same persistent agent loop.
Mod your Hermes Agent to be whatever you want it to be, now even easier:
Hermes Mod --- Create your own Hermes Agent! Did you know you can create your own Hermes Agent, basically use your own skin, spinner, response label, etc.? I made a dead simple web UI for modding Hermes Agent (Mac/Linux/Windows) cc: @NousResearch
Been really cool to see the traction of @NousResearch Hermes Agent, the open source agent that grows with you! Hermes Agent is open-source and remembers what it learns and gets more capable over time, with a multi-level memory system and persistent dedicated machine access. Show more