Files
mem0-local-hermes-plugin/plugin.yaml
T
ARIA 6e7c6dd3ce Refactor client API based on OpenAPI spec and add mem0_delete tool
- Update client.py to use correct API endpoints from OpenAPI spec
- Add delete() method for memory deletion
- Add mem0_delete tool with schema and handler
- Simplify API calls to match actual Mem0 OSS server format
2026-04-10 13:24:14 +02:00

22 lines
509 B
YAML

name: mem0-local
version: "1.0.0"
description: "Mem0 local server memory provider (self-hosted)"
author: "Henry Hofmann"
manifest_version: 1
requires_env:
- name: MEM0_BASE_URL
description: "Local Mem0 server URL (e.g., http://localhost:8000)"
url: "https://github.com/mem0ai/mem0"
- name: MEM0_USER_ID
description: "User identifier for memory scoping (default: hermes-user)"
provides_tools:
- mem0_profile
- mem0_search
- mem0_conclude
- mem0_delete
pip_dependencies:
- requests