social shared this post · 4d ago
Corey Ganim

I built a Hermes agent that knows everything about me and my business.

The 2 primary connections and 6 context files that make it possible:

Gbrain (by @garrytan) as the knowledge base.

Connected Fathom and Gmail to Gbrain so every call transcript and relevant email automatically gets ingested.

The Fathom connection:

  • saves each meeting as markdown/json locally

  • includes:

  • meeting title

  • date

  • attendees

  • summary

  • action items

  • transcript

  • external meeting ID

Syncs this info into Gbrain every 2 hours.

The Gmail connection:

  • collect all emails

  • deterministically filter obvious noise

  • ingest the rest into the brain

Syncs with Gbrain every 2 hours.

The 6 context files (created by having Claude interview me then generate markdown files):

company_overview

  • what the business does

  • who it serves

  • main business model

  • key priorities

offers

  • each offer/service

  • who it’s for

  • outcome promised

  • pricing if relevant

  • delivery model

icp

  • target customer types

  • buyer roles

  • company size/stage

  • pain points

  • purchase triggers

brand_voice

  • tone

  • style rules

  • words/phrases to use

  • words/phrases to avoid

marketing_channels

  • active channels

  • purpose of each

  • audience per channel

  • content types per channel

current_goals

  • current quarter priorities

  • revenue/growth goals if shareable

  • current strategic focus

I'm already liking Hermes 10x more than OpenClaw because it just works and gets smarter the more you use it.

78