hermes atlas
216·repos hermes·v0.19.0 ★ star this repo

An agent that can actually browse the web

“I want Hermes to search, scrape and drive a real browser instead of answering from training data”

People say “browse the web” to mean three different capabilities, and picking the wrong one wastes the most time here. Fetching and extracting a known page is the cheapest and covers the majority of real tasks, so start there. Search is what makes fetching useful, because an agent that cannot find the URL cannot read it. Only when a site genuinely resists extraction — heavy JavaScript, real interaction, a login — do you need a browser under agent control, and that is a large step up in both cost and fragility. The extension is the honest answer to authenticated pages: rather than teaching an agent your credentials, lend it a session you already have.

Real posts from the Hermes community, mirrored from Nous Research's user stories corpus.