mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-09 13:21:42 +00:00
Salvage of #55614 by @kartik-mem0 (mem0 maintainer). Adds a SelfHostedBackend that talks to a self-hosted Mem0 Docker server over httpx (X-API-Key auth, /search + /memories routes), gated behind `host`. Also folds in the mem0 research-team recall tuning that rides with it: rerank defaults to false across all modes, the mem0_list tool is removed (5->4 tools), search guidance is de-shouted, and self-hosted get_all reports the true stored total (#52921). Supersedes the self-hosted portion of #52487 (@liuhao1024, first-submitted). Closes #52478 Fixes #52921
5 lines
184 B
YAML
5 lines
184 B
YAML
name: mem0
|
|
version: 1.3.0
|
|
description: "Mem0 — server-side LLM fact extraction with semantic search, reranking, and automatic deduplication."
|
|
pip_dependencies:
|
|
- mem0ai>=2.0.10,<3
|