Artificial intelligenceJune 21, 2026· via MarkTechPost

Nous Research’s Hermes Agent Gains Minimalist Blank Slate Mode

Nous Research’s Hermes Agent Gains Minimalist Blank Slate Mode

When you first boot an open-source AI agent, most frameworks load a long list of tools by default. Hermes Agent from Nous Research flips that script: its new Blank Slate mode starts you with almost nothing, giving you a clean slate to build exactly what you need.

The Blank Slate option joins existing Quick and Full setup paths, but it inverts their approach. Instead of a pre-loaded toolbox, you begin with only three essentials enabled: a provider and model, file operations, and the terminal. Everything else—web access, browser control, code execution, vision tools, memory, delegation, cron jobs, skills, plugins, and MCP servers—stays disabled from the start. That minimal baseline is written to disk via platform_toolsets.cli and agent.disabled_toolsets, so re-enabling anything later is a deliberate choice, not an automatic side effect.

Why Start from Nothing?

Blank Slate targets users who want precise control over their agent’s capabilities. After the minimal baseline is applied, you can either stop there—locking in a stripped-down helper that only reads and writes files—or walk through every toolset and configuration to opt in selectively. Either path ensures your agent’s surface remains exactly what you configured.

Durable Decisions

Unlike toggles that can reset on update, Blank Slate pins its settings to disk. The mode records your choices in platform_toolsets.cli and agent.disabled_toolsets, so even a future Hermes update won’t silently re-enable unused tools. Secrets remain separate from settings, stored in ~/.hermes/.env, while non-secret configurations live in ~/.hermes/config.yaml, keeping sensitive data secure while allowing easy adjustments.


Source: MarkTechPost. AI-assisted editorial synthesis — TechnoExpress.

Read the original source on MarkTechPost →

← Back to home