This is HOW my Hermes and OpenClaw Agents share a single brain.
Hermes Agent is the orchestrator with OpenClaw agents as the squad.
Garry Tan highlighted the multi-agent results as state of the art.
This is HOW my Hermes and OpenClaw Agents share a single brain.
Hermes Agent is the orchestrator with OpenClaw agents as the squad.
Positive users praise GBrain's shared memory layer for making specialist Hermes agents useful via shared context, while negative users call it bloat, a single point of failure, or copied work.
No Digg Deeper questions have been answered for this story yet.
I've started experimenting with gBrain + Hermes Agent
it's a shared memory layer that sits underneath my Hermes Agent company. every specialist reads from the same brain before they do anything
the architecture I'm currently testing:
> inputs flow in: my ideas, strategy context, research, social signals, performance data > gBrain holds it all in typed folders: people/, companies/, concepts/, ideas/, media/, newsletter/, projects/, operations/ > the orchestrator (my main hermes agent) reads gBrain before every task and writes durable context back > specialists (research, socials, outbound, newsletter, engineering) get read-first access so they wake up with full context
the flow goes like this:
> 1. research agent → gBrain: enriches the brain with new findings > 2. gBrain → read-first context before any work > 3. orchestrator → gBrain: captures durable decisions > 4. tools → orchestrator uses fresh information from X, web, news > 5. orchestrator → I bring synthesized decision support
so don´t think about gBrain as an agent, it's the shared memory layer that lets a company of agents act like a team, with cross reference and a centralized brain
GBrain is SOTA for this kind of use case
I've started experimenting with gBrain + Hermes Agent
it's a shared memory layer that sits underneath my Hermes Agent company. every specialist reads from the same brain before they do anything
the architecture I'm currently testing:
> inputs flow in: my ideas, strategy context, research, social signals, performance data > gBrain holds it all in typed folders: people/, companies/, concepts/, ideas/, media/, newsletter/, projects/, operations/ > the orchestrator (my main hermes agent) reads gBrain before every task and writes durable context back > specialists (research, socials, outbound, newsletter, engineering) get read-first access so they wake up with full context
the flow goes like this:
> 1. research agent → gBrain: enriches the brain with new findings > 2. gBrain → read-first context before any work > 3. orchestrator → gBrain: captures durable decisions > 4. tools → orchestrator uses fresh information from X, web, news > 5. orchestrator → I bring synthesized decision support
so don´t think about gBrain as an agent, it's the shared memory layer that lets a company of agents act like a team, with cross reference and a centralized brain

This memory layer is @garrytan amazing open-source project Gbrain: https://github.com/garrytan/gbrain

gBrain repo if you want to test it out: https://github.com/garrytan/gbrain

@garrytan It is awesome (I use it as a shared brain for my Hermes and OpenClaw Agents)

@Curtitoo1 I have had my OpenClaw agents running for a while and they are all individual telegram bots that i ccan interact with when i like.
Hermes is the orchestrator with openclaw squad giving me the flex to keep my team as individual agents

@Saboo_Shubham_ why not use hermes for everything (vs. openclaw) ?

@Saboo_Shubham_ This is so cool.

@Saboo_Shubham_ What made you pick openclaw for execution and Hermes for orchestration when Hermes is defacto built to be multi agent and openclaw needs...help with it?

@shannholmberg I have seen this somewhere. Did you just copy my entire post without really understanding anything?
Insane 🤯

@Saboo_Shubham_ So Hermes calls the plays and OpenClaw runs them. Makes sense.

@garrytan Gstack Baby 🫡

@Saboo_Shubham_ Super intersting.

@Saboo_Shubham_ so the lore is that ur agents have a shared braincell and hermes is the one driving

@Saboo_Shubham_ This is awesome 🤩

@Saboo_Shubham_ so many any information about Hermes and OpenClaw
literally banger

@Saboo_Shubham_ Just a basic question do you see any lines of code or work on it directly anymore. Or it's all through agents/skills? Do you apply a higher abstraction layer of verifiability?

@Saboo_Shubham_ squad dynamics and shared memory is the part these setups rarely get right

@Saboo_Shubham_ Do you have a tutorial video use this ?

Hey thanks for sharing. Do you have the researcher constantly researching stuff on its own and feeding gbrain?
Or only when you ask it for something in particular?
If on its how does it know what to research for, based on what reasoning it might decide to research for something?