mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat(memory): add Supermemory memory provider
This commit is contained in:
parent
972482e28e
commit
76f19775c3
4 changed files with 930 additions and 0 deletions
7
plugins/memory/supermemory/plugin.yaml
Normal file
7
plugins/memory/supermemory/plugin.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: supermemory
|
||||
version: 1.0.0
|
||||
description: "Supermemory semantic long-term memory with profile recall, semantic search, explicit memory tools, and session ingest."
|
||||
pip_dependencies:
|
||||
- supermemory
|
||||
hooks:
|
||||
- on_session_end
|
||||
Loading…
Add table
Add a link
Reference in a new issue