mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-27 22:15:33 +00:00
docs: add Hermes Agent alongside OpenClaw
GBrain install instructions and skills work with both OpenClaw and Hermes Agent. First mention in each file says OpenClaw/Hermes, subsequent references say OpenClaw. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3ef38e8f5c
commit
57d2cd384a
@@ -101,7 +101,7 @@ The numbers above aren't theoretical. They come from a real deployment documente
|
||||
|
||||
Without the skillpack, your agent has tools but no playbook. With it, the agent knows when to read, when to write, how to enrich, and how to keep the brain alive autonomously. It's a pattern book, not a tutorial. "Here's what works, here's why."
|
||||
|
||||
## How gbrain fits with OpenClaw
|
||||
## How gbrain fits with OpenClaw/Hermes
|
||||
|
||||
GBrain is world knowledge — people, companies, deals, meetings, concepts, your original thinking. It's the long-term memory of what you know about the world.
|
||||
|
||||
@@ -190,9 +190,9 @@ The Supabase connection URL is configured during `gbrain init`. The OpenAI and A
|
||||
|
||||
Without an OpenAI key, search still works (keyword only, no vector search). Without an Anthropic key, search still works (no multi-query expansion, no LLM chunking).
|
||||
|
||||
### With OpenClaw (recommended)
|
||||
### With OpenClaw or Hermes Agent (recommended)
|
||||
|
||||
To install, paste this into OpenClaw and we'll work with you to do the rest:
|
||||
To install, paste this into [OpenClaw](https://openclaw.com) or [Hermes Agent](https://hermesagent.com) and we'll work with you to do the rest:
|
||||
|
||||
```
|
||||
Set up gbrain (https://github.com/garrytan/gbrain) as my
|
||||
|
||||
@@ -490,8 +490,8 @@ spawning for heavy work.
|
||||
|
||||
### The Dream Cycle (DREAMS.md)
|
||||
|
||||
The most important cron job runs while you sleep. OpenClaw ships with DREAMS.md as a
|
||||
default skill. When quiet hours start, the dream cycle kicks off:
|
||||
The most important cron job runs while you sleep. OpenClaw/Hermes ships with DREAMS.md
|
||||
as a default skill. When quiet hours start, the dream cycle kicks off:
|
||||
|
||||
1. **Entity sweep.** Scan today's conversations for every person, company, concept, or
|
||||
idea you mentioned. Check each against the brain.
|
||||
|
||||
@@ -64,7 +64,7 @@ Guide the user through creating a Supabase project:
|
||||
```
|
||||
6. Verify: `gbrain doctor --json`
|
||||
|
||||
**OpenClaw agent instructions:** Store the Supabase access token in your persistent
|
||||
**OpenClaw/Hermes agent instructions:** Store the Supabase access token in your persistent
|
||||
env as `SUPABASE_ACCESS_TOKEN`. gbrain doesn't store it, you need it for future
|
||||
`gbrain doctor` runs. Generate at: https://supabase.com/dashboard/account/tokens
|
||||
|
||||
@@ -212,7 +212,7 @@ output. It checks connection, pgvector, RLS, schema version, and embeddings.
|
||||
## Phase G: Auto-Update Check (if not already configured)
|
||||
|
||||
If the user's install did NOT include setting up auto-update checks (e.g., they
|
||||
used the manual install path or an older version of the OpenClaw paste), offer it:
|
||||
used the manual install path or an older version of the OpenClaw/Hermes paste), offer it:
|
||||
|
||||
> "Would you like daily GBrain update checks? I'll let you know when there's a
|
||||
> new version worth upgrading to — including new skills and schema recommendations.
|
||||
|
||||
Reference in New Issue
Block a user