Skip to content

Real use cases

These are workflows I actually run with Hermes Agent in complete offline mode (Ollama + open-weight model on my laptop). Copy, adapt, and iterate.

Use case index

Use caseWhat it doesOffline?
File assistantOrganize, search, and edit local filesYes
Private research & notesSummarize local docs, build notesYes
Code & dev helperRefactor, debug, scaffold offlineYes
Daily briefing via TelegramScheduled local scan + mobile deliveryHybrid
Repeatable workflowTurn one-offs into skillsYes

What makes these "real"

Each use case includes:

  • The problem I actually had.
  • The exact prompt I use.
  • What Hermes does (tools involved).
  • What I learned (including failures).

Before you start

Make sure offline setup is complete and tool calling works. Every use case below assumes:

  • Ollama running with 64k context.
  • Tool-capable model (e.g. qwen3.5-64k).
  • approvals.mode: manual for shell commands.

Pick one use case, run it end to end, then move to the next.

Personal learning notes on Hermes Agent. Not affiliated with Nous Research. Verify against official docs.