@coreyganim: I spent the entire week building 3 Hermes agents from scratch. The full architecture: 4 separates Gbrains as the founda…
Summary
A developer detailed the architecture of three Hermes AI agents built from scratch, using shared and private brains for role-specific tasks, with automated data syncs from various sources.
View Cached Full Text
Cached at: 05/23/26, 06:05 AM
I spent the entire week building 3 Hermes agents from scratch.
The full architecture:
4 separates Gbrains as the foundation:
-1 shared brain (company knowledge base, shared among the 3 agents) -3 private brains (role-specific working memory)
3 separate Hermes profiles:
-CFO -Ops -Marketing
Agent/brain mapping:
CFO -> Finance brain + Shared brain Ops -> Ops brain + Shared brain Content -> Content brain + shared brain
What feeds the Shared brain:
-Context repo (company docs, offers, brand voice, ICPs, team roles, etc.) -Call/meeting transcripts (syncs every 2 hours) -Gmail (syncs every 2 hours) -Google Calendar (syncs daily)
Cron jobs handle the syncs which makes upkeep hands off for me.
Each Hermes profile owns its own config, .env, SOUL.md, memory, logs, sessions, home dir, Telegram bot, and gateway process.
Local wrapper scripts force GBrain routing to the right private + shared brain.
I created the 3 separate profiles to have role separation. Each profile is a specialist in a specific role but all 3 share the same business context underneath.
This is all my personal setup, I’m not setting this up for clients (yet)
all on one VPS
It’s only a couple days old, will report back soon
Yep
Similar Articles
@shannholmberg: I've started experimenting with gBrain + Hermes Agent it's a shared memory layer that sits underneath my Hermes Agent c…
Shann Holmberg describes an experimental architecture using gBrain as a shared memory layer for a team of Hermes Agents, allowing specialists to read from a centralized brain before acting and write durable context back.
@akshay_pachaar: https://x.com/akshay_pachaar/status/2054564519280804028
A comprehensive guide to Hermes Agent by Nous Research, highlighting its self-evolving skills, three-tier memory, and GEPA optimization capabilities for building persistent AI agents.
@nateherk: https://x.com/nateherk/status/2053308681299616125
The article provides a detailed breakdown of Hermes, an open-source AI agent framework built by Nous Research that focuses on memory, skills, and self-improvement loops for on-the-go automation.
@gkisokay: https://x.com/gkisokay/status/2053449921554960545
A technical guide and reference implementation for building autonomous 'Hermes' agents using an Auto-think and Auto-build architecture to research, plan, code, and verify tasks without human intervention.
@Voxyz_ai: >hooked up a shared brain across hermes and openclaw. >agents write decisions every day into it. tokens, junk, raw logs…
Details a method for connecting AI agents (e.g., Hermes and OpenClaw) to a shared brain that stores decisions and logs, enabling agents to search and reuse past context rather than starting from scratch.