Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Ladybug Memory as a standalone Hermes memory-provider plugin.

It gives Hermes a fully local, file-based memory store backed by [LadybugMemory](https://github.com/Ladybug-Memory/ladybug-memory/) — a columnar embedded graph database (`.lbdb`). No API keys, no cloud, no sync service. Everything stays on disk in `HERMES_HOME`.

## Companion X/Twitter Memory

For social monitoring profiles, pair this memory plugin with
[Hermes Tweet](https://github.com/Xquik-dev/hermes-tweet). Hermes Tweet can
collect X/Twitter account, post, or trend context inside Hermes, while Ladybug
Memory can preserve reusable campaign facts, audience constraints, and
follow-up notes across sessions. Hermes Tweet is a third-party project
maintained by Xquik-dev, not by this repository.

## Why Ladybug Memory

Ladybug Memory is a local-first memory backend for Hermes that keeps all data in a single `.lbdb` file on your machine. It supports BM25 keyword search, importance-weighted recall, typed memory entries, named graph edges between entries, and optional GLiNER2 entity extraction — all without any external service.
Expand Down