





















Nous Research has added a Blank Slate setup mode to its open-source Hermes Agent. It inverts the usual onboarding. Instead of a fully loaded default, you start with almost nothing.
Hermes Agent is the self-improving agent framework from Nous Research. It runs on your own machine. The team announced the new mode on X. Blank Slate now joins two existing options: Quick Setup and Full Setup.
platform_toolsets.cli list plus agent.disabled_toolsets to pin the surface.hermes update.hermes tools, hermes skills opt-in --sync, or hermes setup agent.On a fresh install, hermes setup now offers three modes. The choice sets your starting surface area.
The disabled list is explicit. Off by default: web, browser, code execution, vision, memory, delegation, cron, skills, plugins, and MCP servers. Compression, checkpoints, smart routing, and memory capture are also disabled.
— Nous Research (@NousResearch) June 20, 2026Hermes Agent has a new Blank Slate setup mode.
The default Quick/Full setup modes work great for most, but if you would rather build your agent from the ground up you can now start with just a provider, model, file operations, and terminal, then manually add in anything else. pic.twitter.com/EiFm7tW3Ws
Blank Slate does not stop at the baseline. After the minimal baseline is applied, you choose one of two paths.
Pick Blank Slate when you want a minimal, fully-controlled agent. The point is to enable exactly what you need and no more.
Blank Slate does not just toggle features at runtime. It writes the decision to disk.
The mode writes an explicit platform_toolsets.cli list. It also writes agent.disabled_toolsets. Together, these two keys pin your agent’s surface.
The effect is durable. Nothing you did not choose ever loads. That holds even after hermes update. An update cannot silently re-enable a toolset you left off.
Hermes also separates secrets from settings. Tokens live in ~/.hermes/.env. Non-secret settings live in ~/.hermes/config.yaml. The CLI routes each value to the correct file.
| Mode | Enabled by default | Keys / auth | Best for |
|---|---|---|---|
| Quick Setup (Nous Portal) | Model + Tool Gateway tools | Free OAuth, no API keys | Fastest first run |
| Full Setup | Every tool and option you pick | Bring your own keys | Hand-tuned, full control |
| Blank Slate | Provider & model, File Operations, Terminal | Provider auth only | Minimal, fully-controlled setups |
Three situations fit Blank Slate well:
Here is a minimal flow. Install, run setup, choose Blank Slate, then finish now.
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
source ~/.bashrc # or source ~/.zshrc
hermes setup # choose Blank Slate, then "finish now"
hermes # file + terminal onlyLater, add one capability when a task needs it.
hermes tools # re-enable a toolset, e.g. web
hermes skills opt-in --sync # seed skills on demand
hermes setup agent # tune compression, routing, memoryHermes Agent requires a model with at least 64,000 tokens of context. Smaller windows are rejected at startup. Most hosted models meet this easily.
Local models need an explicit context size of 64K. For example, use --ctx-size 65536 for llama.cpp. A minimal Blank Slate agent on a local model still has to clear this floor.
Check out the Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。