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

Acontext — Memory Layer SDK + Backend for Agents

Memory layer for agents: run the backend with Docker, then use the SDK to persist, retrieve, and share context across workflows.

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 · 64/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 e1f8eaf6-c170-4b35-a9ed-fa3fb0da6827 --target codex

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

Introduction

Memory layer for agents: run the backend with Docker, then use the SDK to persist, retrieve, and share context across workflows.

  • Best for: agent builders who want a dedicated memory backend + SDK instead of ad-hoc files, notes, or one-off vector stores
  • Works with: Docker for self-hosting; Python/TS SDKs; your agent runtime (tool calling recommended)
  • Setup time: 30–60 minutes

Practical Notes

  • Quant: use the published local endpoints (API + dashboard) to verify your environment; treat “backend up” as a deploy check.
  • Quant: define retention and a maximum memory size per workspace; without limits, memory layers become unmaintainable.

Memory layers need product thinking

A memory backend isn’t useful unless it’s predictable:

  • What schema do you store?
  • How do you scope memories (project/user/agent)?
  • How do you prune and consolidate?

A pragmatic adoption plan

  1. Stand up the backend locally.
  2. Pick one workflow that benefits from persistence (onboarding, incident response, long refactors).
  3. Define write rules: only store verified facts + decisions.

Operational note

Treat memory infra like any service: backup, upgrade path, and a clear “reset” procedure when experiments go wrong.

FAQ

Q: Do I need the cloud service? A: No. The README includes a self-host path; you can prototype locally first.

Q: What should I store first? A: Short decisions and constraints that are reused across tasks, not raw conversation dumps.

Q: How do I prevent memory rot? A: Retention + consolidation + strict write rules; measure reuse, delete the rest.

🙏

Source et remerciements

Source: https://github.com/memodb-io/Acontext > License: Apache-2.0 > GitHub stars: 3,370 · forks: 313

Fil de discussion

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

Actifs similaires