Skip to main content

Hermes Agent memory provider plugin for recall-sqlite (SAG-based, tiered storage)

Project description

recall-memory-hermes

Hermes Agent memory provider plugin for recall-memory (SAG-based retrieval).

Installation

# Install recall-memory first
pip install recall-memory

# Install the Hermes plugin
hermes plugins install recall-memory-hermes

# Configure as memory provider
hermes memory setup
# → Select "recall" as provider

Configuration

# ~/.hermes/config.yaml
memory:
  provider: recall
  recall:
    db_path: "/path/to/recall_p0.db"      # default: auto-detect
    embed_url: "http://127.0.0.1:1234"    # LM Studio embed endpoint
    fallback_honcho: true                  # query Honcho if recall < 3 results
    fallback_honcho_url: "http://localhost:8082"

Architecture

Hermes Agent → memory tool
                  ↓
        recall-memory-hermes (plugin)
                  ↓
        ┌─────────────────┬────────────────────┐
        ▼                 ▼                    ▼
    recall (SAG)    Honcho (fallback)    SQLite (cache)
    sqlite-vec       pgvector HNSW        FTS5
    1444 memories    1625 embeddings      local

Development

# Clone
git clone https://github.com/Jnocode/recall-memory-hermes.git
cd recall-memory-hermes

# Install in dev mode
pip install -e .

# Install as Hermes plugin
hermes plugins install .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

recall_memory_hermes-0.2.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

recall_memory_hermes-0.2.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file recall_memory_hermes-0.2.0.tar.gz.

File metadata

  • Download URL: recall_memory_hermes-0.2.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for recall_memory_hermes-0.2.0.tar.gz
Algorithm Hash digest
SHA256 48af00cb29af0e829989beff564174dbb28ad519daf0314a092f759079d3dc86
MD5 904e34266e8f7a0bf499da0f60c8d689
BLAKE2b-256 21cce4be9dfd7068f9fb8aa5a4220ebd1d8f4a8717e3667c918cf63c5687a38a

See more details on using hashes here.

Provenance

The following attestation bundles were made for recall_memory_hermes-0.2.0.tar.gz:

Publisher: publish.yml on Jnocode/recall-memory-hermes

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file recall_memory_hermes-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for recall_memory_hermes-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 de5895cc30f73116421975963a9472ac2b97b83f6d9a434b0b398404d9be72b3
MD5 24ba78248501b64a68885599c984cb43
BLAKE2b-256 0f4cbf57a85159c60a3904df7372761d09d30aea1813c1aaa41180f4cb33901a

See more details on using hashes here.

Provenance

The following attestation bundles were made for recall_memory_hermes-0.2.0-py3-none-any.whl:

Publisher: publish.yml on Jnocode/recall-memory-hermes

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page