This package browser is in early development. Mind the rough edges.

beads 0.17.7

Graph-based issue tracker for AI coding agents

bd (Beads) is a lightweight memory system for coding agents, using a graph-based issue tracker. Four kinds of dependencies work to chain issues together like beads, making them easy for agents to follow for long distances and reliably perform complex task streams in the right order. It uses SQLite for fast local operations and JSONL files stored in git for distributed synchronization across machines.

Installation

Install beads 0.17.7 as follows:

guix install beads@0.17.7

Or install the latest version:

guix install beads

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.