Logo
Explore Help
Register Sign In
ling/hermes-agent
1
0
Fork 0
You've already forked hermes-agent
mirror of https://github.com/NousResearch/hermes-agent.git synced 2026-04-29 23:41:35 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
229be6209870d417972f177d43b9e327e71cb384
hermes-agent/plugins/retaindb-memory/plugin.yaml

8 lines
242 B
YAML
Raw Normal View History

feat(plugins): add OpenViking, RetainDB, and Cognitive memory providers Adapts three more memory backend PRs to the MemoryProvider interface: OpenViking (PR #3369 by Mibayy): - 3 tools: viking_search, viking_read, viking_browse - Read-only, self-hosted server, no sync/prefetch - URI-based content with progressive disclosure levels RetainDB (PR #2732 by Alinxus): - 5 tools: retaindb_profile, retaindb_search, retaindb_context, retaindb_remember, retaindb_forget - Cloud API with prefetch, sync, and memory bridging - Durable write-behind queue pattern Cognitive Memory (PR #727 by 0xbyt4): - 1 tool with 4 actions: recall, store, forget, status - Local SQLite with vector embeddings (litellm) - Auto-classification, importance decay, dedup, forgetting All gated on credentials/deps via is_available(): - OpenViking: OPENVIKING_ENDPOINT + server health check - RetainDB: RETAINDB_API_KEY - Cognitive: litellm importable (uses its env vars for embedding API)
2026-03-29 21:58:59 -07:00
name: retaindb-memory
version: 1.0.0
description: >
Cross-session memory via RetainDB — durable write-behind queue, semantic
search with deduplication, user identity resolution, and profile retrieval.
requires_env:
- RETAINDB_API_KEY
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.4.3 Page: 678ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API