Description
(using github repo as of 19afb5c)
Following the instructions in docs/hermes-integration.md, unable to install to hermes as "pip install" isn't permitted in newer versions of Debian.
Deviating a bit and stealing a bit of the instructions from docs/getting-started.md, attempted the following before trying the hermes install docs again:
python3 -m venv .venv
source .venv/bin/activate
(then resuming from the hermes doc with: pip install mnemosyne-hermes)
then: hermes config set memory.provider mnemosyne
However, when trying to run "hermes memory setup", there's no mnemosyne option (because "mnemosyne" isn't created in ~/.hermes/plugins/memory )
Environment
- OS: Debian/trixie (debian 13), x64, hermes
- Python version: python 3.11 installed by hermes, system has python 3.13.5
- Mnemosyne version/commit: 19afb5c
- Installation method: (see above)
- Hermes version: Hermes Agent v0.15.1 (2026.5.29), but it's really sync'd to the main branch
Reproduction Steps
All steps shown above in description.
Expected Behavior
That it installs properly?
Actual Behavior
Due to not creating anything in .hermes/plugins/memory, I can't select it as a memory provider.
Mnemosyne Status
Please run the following and paste the output:
hermes mnemosyne stats
n/a - it's not installed.
Checklist
Description
(using github repo as of 19afb5c)
Following the instructions in docs/hermes-integration.md, unable to install to hermes as "pip install" isn't permitted in newer versions of Debian.
Deviating a bit and stealing a bit of the instructions from docs/getting-started.md, attempted the following before trying the hermes install docs again:
python3 -m venv .venv
source .venv/bin/activate
(then resuming from the hermes doc with: pip install mnemosyne-hermes)
then: hermes config set memory.provider mnemosyne
However, when trying to run "hermes memory setup", there's no mnemosyne option (because "mnemosyne" isn't created in ~/.hermes/plugins/memory )
Environment
Reproduction Steps
All steps shown above in description.
Expected Behavior
That it installs properly?
Actual Behavior
Due to not creating anything in .hermes/plugins/memory, I can't select it as a memory provider.
Mnemosyne Status
Please run the following and paste the output:
hermes mnemosyne stats n/a - it's not installed.Checklist