Skip to main content
ClaudeWave

Agent Skills as a Memory Layer

Subagents3.5k estrellas318 forksJavaScriptApache-2.0Actualizado 3d ago
Nota editorial

Acontext is an open-source memory layer for AI agents that captures learnings from agent sessions and stores them as plain Markdown skill files, which can be read, edited, versioned with Git, and shared across agents, frameworks, and LLMs. Rather than relying on opaque vector embeddings or semantic search, it uses a distillation pipeline that processes session messages and task outcomes through a Skill Agent, which routes extracted knowledge into structured files defined by a user-supplied `SKILL.md` schema. Agents retrieve stored skills at runtime by calling `get_skill` and `get_skill_file` tools directly, letting reasoning drive retrieval instead of top-k similarity. The system integrates with Claude Code via a one-line prompt pointing to the hosted `SKILL.md`, and works with any LLM or framework that can read files, including LangGraph and Vercel AI SDK. Skills can be downloaded as a ZIP archive with no re-embedding required, and a self-hostable backend can be spun up locally using `acontext-cli` and Docker. Teams building persistent, self-improving agents who want inspectable and editable memory rather than black-box retrieval stores are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/memodb-io/Acontext && cp Acontext/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

3 items en este repositorio

Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.

Instalar

Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory

Instalar

Capture and organize general facts about the user by topic

Instalar
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agentagent-development-kitagent-observabilityai-agentanthropiccontext-data-platformcontext-engineeringdata-platformllmllm-observabilityllmopsmemoryopenaiself-evolvingself-learning

Lo que la gente pregunta sobre Acontext

¿Qué es memodb-io/Acontext?

+

memodb-io/Acontext es subagents para el ecosistema de Claude AI. Agent Skills as a Memory Layer Tiene 3.5k estrellas en GitHub y se actualizó por última vez 3d ago.

¿Cómo se instala Acontext?

+

Puedes instalar Acontext clonando el repositorio (https://github.com/memodb-io/Acontext) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar memodb-io/Acontext?

+

Nuestro agente de seguridad ha analizado memodb-io/Acontext y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene memodb-io/Acontext?

+

memodb-io/Acontext es mantenido por memodb-io. La última actividad registrada en GitHub es de 3d ago, con 33 issues abiertos.

¿Hay alternativas a Acontext?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega Acontext en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: memodb-io/Acontext
[![Featured on ClaudeWave](https://claudewave.com/api/badge/memodb-io-acontext)](https://claudewave.com/repo/memodb-io-acontext)
<a href="https://claudewave.com/repo/memodb-io-acontext"><img src="https://claudewave.com/api/badge/memodb-io-acontext" alt="Featured on ClaudeWave: memodb-io/Acontext" width="320" height="64" /></a>

Más Subagents