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.
- Outputs:
out - Website: https://github.com/steveyegge/beads
- Licenses: Expat
- Package source: gnu/packages/task-management.scm
- Builds: See build status
- Issues: See known issues
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.