Thrum – Persistent messaging for AI agents
github.comSorry, developer here. The link seems to be off.
Thrum - Persistent messaging for AI agents. Across sessions. Across worktrees. Across machines. v0.1.0 : https://github.com/leonletto/thrum
Documentation: https://leonletto.github.io/thrum/index.html
Thrum is a messaging and coordination system that enables AI agents and humans to communicate persistently across sessions, worktrees, and machines. It uses Git as the synchronization layer, ensuring all messages survive context window limits, session restarts, and machine boundaries.
There have been two releases: 0.2.0 - mostly bug fixes 0.3.0 - major new agent context continuation prompt automatic management for when agents have to restart.
An agent to agent communication layer that works across devices! I will give it a try for my agentic project management.
nice, how is this different than beads? https://github.com/steveyegge/beads
I'm glad you asked. https://leonletto.github.io/Blog/Beads-Gave-My-Agents-Memory...