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

Beads — Memory Upgrade Layer for Coding Agents

Beads adds persistent, structured memory for coding agents via a dependency-aware graph and a CLI, keeping long-horizon tasks on track across runs.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 64/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install 5c4ed407-394d-459f-9266-e76363bf09ca
Introducción

Beads adds persistent, structured memory for coding agents via a dependency-aware graph and a CLI, keeping long-horizon tasks on track across runs.

  • Best for: Coding agents that need durable task state (issues, dependencies, claims) instead of losing context between runs
  • Works with: CLI-first workflow; integrates with multiple agent/IDE setups (see README)
  • Setup time: 12 minutes

How to Use It Well

  • Setup time ~12 minutes (install CLI + bd init in one repo)
  • Persistent graph beats markdown plans for long-horizon work (dependencies, status, claims)
  • GitHub stars + forks (verified): see Source & Thanks

Treat memory as a data structure, not prose. If an agent can query a graph (what’s blocked, what’s claimed, what changed), it can plan more reliably and avoid re-deriving the same context every run.

FAQ

Q: Do I need to clone the repo into my project? A: No. The README recommends installing the CLI system-wide and using it across repos.

Q: What’s the first command to learn? A: bd prime (or equivalent) to get workflow context, then bd show/update/close for issue lifecycle.

Q: Is it tied to one agent? A: No. The README mentions multiple integrations (Codex, Claude, Cursor, etc.); use the setup that matches your tool.

🙏

Fuente y agradecimientos

Source: https://github.com/gastownhall/beads > License: MIT > GitHub stars: 23,532 · forks: 1,554

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