Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 13, 2026·2 min de lecture

LycheeMem — Lightweight Long-Term Agent Memory

LycheeMem provides lightweight long-term memory for agents (SQLite + LanceDB) with reranking and runtime plugins. Verified 233★; setup ~10–20 minutes.

Prêt pour agents

Installation avec revue préalable

Cet actif nécessite une revue. Le prompt copié demande un dry-run, affiche les écritures, puis continue seulement après confirmation.

Needs Confirmation · 66/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Asset
Commande avec revue préalable
npx -y tokrepo@latest install 2a88ae79-c66e-57dd-9097-62271cdba759 --target codex

Dry-run d'abord, confirmez les écritures, puis lancez cette commande.

Introduction

LycheeMem provides lightweight long-term memory for agents (SQLite + LanceDB) with reranking and runtime plugins. Verified 233★; setup ~10–20 minutes.

Best for: Agent builders who want long-term recall without running heavy infra like Neo4j

Works with: Python 3.9+, litellm providers, LangGraph-style runtimes, plugins/MCP integration

Setup time: 10-20 minutes

Key facts (verified)

  • GitHub: 233 stars · 8 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pip install "lycheemem[rerank]" && lycheemem-cli.

Main

  • Use it when you need recall across long projects: README describes structured consolidation + adaptive retrieval over SQLite + LanceDB.

  • Start with the CLI server (lycheemem-cli) and a minimal .env, then add reranking once you’ve confirmed end-to-end recall works.

  • Prefer runtime-native plugins (README links Claude Code/OpenClaw/Hermes install guides) to wire memory into your agent loop automatically.

Source-backed notes

  • README documents installation via pip install lycheemem and a recommended extra pip install "lycheemem[rerank]" for transformer reranking.
  • README says semantic memory uses SQLite + LanceDB and explicitly notes “no Neo4j required”.
  • README includes multiple runtime integrations (Claude Code plugin, OpenClaw plugin, Hermes plugin) and an MCP-compatible mode.

FAQ

  • Do I need a vector database server?: No — README uses embedded storage (SQLite + LanceDB) instead of running a separate DB service.
  • Is reranking required?: No — README says the core works without the rerank extra; it improves evidence selection when installed.
  • How do I integrate with Claude Code?: README links a Claude Code plugin install guide under claude-plugin/.
🙏

Source et remerciements

Source: https://github.com/LycheeMem/LycheeMem > License: Apache-2.0 > GitHub stars: 233 · forks: 8

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires