Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.06 KB

File metadata and controls

37 lines (26 loc) · 1.06 KB

sense-memory for Hermes Agent

Sovereign encrypted memory for your Hermes Agent.

Six async tools to store key/value memories and journal entries on Nostr relays — encrypted to the agent's own keypair. Nobody else can read them. Mirrors the OpenClaw pip install sense-memory SDK.

Install

hermes plugins install HumanjavaEnterprises/sensememory.app.HA-python.src

Setup

export NOSTRKEY_NSEC="nsec1..."                  # or IDENTITY_FILE + PASSPHRASE
export MEMORY_RELAY_URLS="wss://relay.damus.io,wss://relay.nostr.band"

Tools

Tool Purpose
memory_remember Store key→value (encrypted)
memory_recall Fetch one by key
memory_recall_all List all memories
memory_forget Publish NIP-09 deletion
memory_journal Append a timestamped journal entry
memory_recent Recent journal entries

Sibling

OpenClaw build: huje.sensememory.OC-python.src.

MIT License.