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

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.

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 5c4ed407-394d-459f-9266-e76363bf09ca --target codex

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

Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

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

Actifs similaires