Hermes runs inside the Agent OS — in the AI Profit Boardroom
Hermes feature · web_search + web_extract

Hermes Web SearchYour agent stops guessing from memory — and starts reading the live web.

Every model is frozen on the day its training stopped. Hermes Web Search unfreezes it. Two built-in tools — web_search to find, web_extract to read — give your agent live eyes on the internet, so it answers with what's true today, with sources. There's a free way to run it, and I use it every day for three things: video research, learning anything, and the Oracle.

FROZEN stuck at cutoff web_search find it on the live web web_extract read + summarise the page LIVE AGENT current + cited FROZEN MODEL + 2 TOOLS = LIVE AGENT
web_search finds it · web_extract reads it · your agent answers with today's web, cited
My story · why this matters

My agent kept confidently telling me yesterday's answer.

Before

I'd ask my agent about a tool that shipped this week.

It answered from training data months old — smooth, confident, and wrong.

No sources. No way to know what it made up.

So I'd stop, open ten tabs, and do the research myself. Every single time.

Then I turned on web search.

After

Now my agent searches the live web the moment it needs to.

It reads the actual pages, summarises them, and answers with what's true today.

With links I can click to check.

It researches my videos, teaches me new topics, and powers my whole trend radar — while I do something else.

Same two tools. You can switch them on today, for free.

the receipts

Real builders. Real agents. Running live.

This is the stack the founders in the AI Profit Boardroom run every day — agents that research, write and ship with live web access, not stale guesses.

3,900+Founders inside AIPB
400kYouTube subscribers
163kX / Twitter followers
38Countries · live members
I ────── the problem

A model on its own is frozen in time.

Every model has a training cutoff. Ask it about anything newer and it either says "I don't know" or — worse — invents a confident, wrong answer with no way to check it. For anyone building with AI on fast-moving topics, that's the whole ballgame. Here's the shift the moment your agent can read the live web.

A model alone
frozen at its cutoff
  • Only knows what it saw in training
  • Guesses at anything recent — confidently
  • Gives you no sources to verify
  • You end up doing the research by hand
  • Hallucinations you can't catch
Hermes + web search
live, right now
  • Searches the web the second it needs to
  • Reads the actual pages and summarises them
  • Answers with what's true today, with links
  • Does the research for you, in seconds
  • You can click through and check every claim
II ────── what it is

Two tools. Find, then read.

Hermes ships two model-callable web tools. The agent decides when to use them — you don't script it. Together they're the difference between a chatbot and a researcher.

web_search — the agent runs a live search and gets back ranked results (titles, links, snippets). This is how it finds the right pages for whatever you asked.
web_extract — the agent opens a URL, pulls the readable content, and auto-summarises long pages (a 200-page report becomes a tight brief) so it fits in context. This is how it actually reads.
2M
characters is the ceiling web_extract will chew through — long pages get chunked and summarised down to a clean brief automatically, so your agent never chokes on a giant page. Find it, read it, brief it — hands-free.
III ────── the free way in

You can run this for $0.

Web search needs a backend — the engine that actually queries the internet. Hermes supports eight, and most have a real free tier. The easiest of all: if you're on Nous Portal, it's managed for you — no key, nothing to set up. Here's the full menu, free ones first.

Nous Portal no key
Managed Firecrawl through the Portal's Tool Gateway. Nothing to configure — the simplest path.
search · extract
DuckDuckGo free
The DDGS backend. Genuinely free, no key, no signup. A solid zero-cost default for search.
search
SearXNG free · self-host
Run your own search engine in Docker. Unlimited queries, fully private, zero cost forever.
search
Firecrawl 500/mo free
The default. Does both search AND extract well. 500 free credits a month covers a lot.
search · extract
Brave Search 2,000/mo free
A real independent index. 2,000 free queries a month — the most generous free search tier here.
search
Tavily 1,000/mo free
Built for AI agents. Search + extract, 1,000 free searches a month.
search · extract
Exa 1,000/mo free
Neural/semantic search — great for research. Search + extract, 1,000 free a month.
search · extract
xAI (Grok) paid / OAuth
Grok's live search — including X. This is the backend the Oracle uses. Runs on your X Premium+ / SuperGrok login.
search

Bottom line: between DuckDuckGo, SearXNG self-host, and the free monthly credits on Firecrawl, Brave, Tavily and Exa, you can give your agent live web access without paying a cent.

IV ────── setup

Switch it on in one command.

The fastest path: run hermes tools, open Web Search & Extract, and pick a provider. That's it. If you'd rather set it by hand, drop your key in the env file and name the backend in the config.

terminal + ~/.hermes config
# the one-liner — pick a backend from the menu
hermes tools    # → Web Search & Extract → choose a provider

# on Nous Portal? zero keys needed — just:
hermes setup --portal

# or wire it by hand — 1) key in ~/.hermes/.env
FIRECRAWL_API_KEY=fc-your-key-here
# (or BRAVE_SEARCH_API_KEY / TAVILY_API_KEY / EXA_API_KEY / SEARXNG_URL)

# 2) name the backend in ~/.hermes/config.yaml
web:
  backend: "firecrawl"   # firecrawl | ddgs | brave-free | searxng | tavily | exa | xai

# verify it's live
hermes setup    # shows the detected web backend

Want search from one provider and page-reading from another? Split them: set web.search_backend and web.extract_backend separately. And if a page is huge, Hermes summarises it with a cheap auxiliary model you can point anywhere.

V ────── what I use it for

Three ways it earns its keep every day.

The feature is simple. The leverage is in what you point it at. Here are the three I run inside the Agent OS.

Hermes web search search + extract 🎬 Video research current facts → script 📚 Learn anything researched + cited 🛰 The Oracle live X trends
one feature → three engines: research, learning, and the trend radar
🎬
use case 01 · Agent OS
Video research that isn't out of date

In the Agent OS Video Director, you give it a topic and it builds a finished video — research & script, then voiceover, b-roll, and render. The very first step calls web search: Hermes goes and reads what's actually true right now about your topic before it writes a word of the script. So the video isn't built on nine-month-old training data — it's built on today's facts, with the sources sitting right there in the research.

The Agent OS Video Director — topic in, researched script and finished video out
the Video Director — research + script is step one, powered by live web search
📚
use case 02 · anything
Learn any topic — the live version

Point Hermes at anything you want to understand — a new model, a competitor, a market, a piece of code — and say "learn this and teach me." It searches, opens the best pages, extracts and summarises them, and hands you a clean brief with links. It's the difference between asking a model what it remembers and asking a researcher to go find out. You get the current state of the thing, not the frozen one — and every claim comes with a source you can open.

hermes · learn anything
you: Research the DeepSeek V4 release from this week and teach me
     what's actually new — with sources.

hermes → web_search("DeepSeek V4 release")
hermes → web_extract(top 3 result URLs)
hermes: Here's what shipped, what changed vs V3, the benchmarks,
       and 4 links to verify each point ↓
🛰
use case 03 · Agent OS
The Oracle — web search aimed at X

The Hermes Oracle in the Agent OS is web search pointed at one place: X. It uses the Grok search backend to read what's trending in AI right now, ranks it, and hands me the story to post about today — with the source tweet, my angle, and a ready hook. Same feature, aimed at the firehose instead of the open web. It's the clearest proof of what live search unlocks: a system that watches the world and briefs you every morning while you sleep.

The Hermes Oracle — web search aimed at X, surfacing today's trending AI stories
the Oracle — the same web-search feature, pointed at X's live firehose
Where it all lives

Hermes — and all three use cases — ship with the Agent OS.

You don't wire up a research tool, a video pipeline and a trend scraper separately. Hermes with web search is already inside the Agent Operating System in the AI Profit Boardroom — the Video Director, the learn-anything agent, and the Oracle all run on the same live-web feature, set up for you.

  • Hermes web search — wired in, free backends ready to pick
  • The Video Director — topic in, researched video out
  • The Oracle — your 24/7 AI-trend radar on X
  • 4 coaching calls a week + daily tutorials as we ship more
  • 3,900+ members across 38 countries building live agents
Get the Agent OS →
Inside the AI Profit Boardroom · aiprofitboardroom.com
link in the description ↑
VI ────── the recap

What to take away.

i.
A model alone is frozen. Web search unfreezes it — web_search finds, web_extract reads, and it answers with today's web.
ii.
It's free to run. DuckDuckGo, SearXNG self-host, or the free monthly credits on Firecrawl / Brave / Tavily / Exa — and Nous Portal needs no key at all.
iii.
One command to switch on. hermes tools → Web Search & Extract → pick a backend. Done.
iv.
The leverage is the use case. Same feature powers video research, learn-anything, and the Oracle — three engines from one live-web tool.

Stop asking your agent what it remembers. Let it go find out.

Last thing

Give your agent eyes. Today.

The agents that win the next year aren't the ones with the biggest memory — they're the ones that can go and read the live web the second they need to. Hermes web search is the switch, and it's free to flip. Inside the AI Profit Boardroom it's already on, wired into the Video Director, the learn-anything agent, and the Oracle — so you're researching, learning and trend-spotting with today's internet from day one.

  • The full Agent OS — Hermes, web search, and every engine that rides it
  • The setup walkthrough, done with you, step by step
  • 4 weekly coaching calls, daily tutorials, a 30-day roadmap
  • 3,900+ members, a member map, a 24/7 community
  • 158 pages of member winsread them here →
Get the Agent OS →
Inside the AI Profit Boardroom · aiprofitboardroom.com
Find it. Read it. Ship it. See you in the next one ↗
Hermes Web Search · July 2026 · feature docs: hermes-agent.nousresearch.com/docs/user-guide/features/web-search · web_search + web_extract across 8 backends (Firecrawl, SearXNG, Brave, DDGS, Tavily, Exa, Parallel, xAI) · the Video Director, learn-anything and Oracle use cases run live inside the Agent OS · used in 38 countries