fix: use get_hermes_home() for profile-scoped storage, fix README

- Replace hardcoded os.path.expanduser('~/.hermes') with
  get_hermes_home() from hermes_constants for profile isolation
- Fix README echo command quoting error
This commit is contained in:
Teknium 2026-04-06 21:50:37 -07:00 committed by Teknium
parent ac80d595cd
commit 88bba31b7d
2 changed files with 4 additions and 3 deletions

View file

@ -17,7 +17,7 @@ Or manually:
```bash
hermes config set memory.provider supermemory
echo 'SUPERMEMORY_API_KEY=***' >> ~/.hermes/.env
echo 'SUPERMEMORY_API_KEY=your-key-here' >> ~/.hermes/.env
```
## Config