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
parent 818d0359e4
commit a2f4252b42
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