Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 3.23 KB

File metadata and controls

61 lines (53 loc) · 3.23 KB

Hermes Hub

Practical, repo-local knowledge base for running and contributing to Hermes Agent.

This folder is curated from official sources plus operator-oriented synthesis. If any guidance here conflicts with upstream docs, treat upstream as canonical.

What is Hermes Agent?

Hermes Agent is an open-source autonomous AI agent runtime from Nous Research. Core traits called out by upstream:

  • persistent memory + user profile across sessions
  • skill system (procedural memory)
  • tool-use with terminal/file/web/browser/process orchestration
  • subagent delegation and parallel task execution
  • multi-platform gateway (CLI + messaging)
  • built-in cron scheduling

Folder map

Scope notes

This hub is intentionally implementation-aware (commands, paths, workflows) and operator-focused (what to run, what to verify, what to avoid).