Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 13, 2026·2 min de lectura

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.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando con revisión previa
npx -y tokrepo@latest install 2a88ae79-c66e-57dd-9097-62271cdba759 --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

Introducción

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/.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados