Back to tools

agent-message-queue

An open-source local message queue for developers, using the filesystem to produce persistent agent-to-agent messages and coordination state in multi-agent workflows.

Tool categories
AgentDeveloper tools
Tool links

Tool overview

Based on the available evidence, this looks best classified as a lightweight, engineering-oriented local communication primitive for agents, not a broadly validated general-purpose messaging system. The only strong evidence is the official GitHub repository description: a Go implementation of a Maildir-style, file-based queue for local agent-to-agent communication. Its 76 stars and 9 forks are only proof of attention, not proof of reliability, throughput, fault tolerance, or production readiness.

In practice, its role seems closer to “a shared inbox/outbox mechanism for multi-agent scripts and local automation.” If you run multiple agents, workers, or tool processes on the same machine or shared filesystem, it may help you produce durable message files and simple coordination flows. It is not a cloud messaging service, not a mature broker like Kafka or RabbitMQ, and not a full agent orchestration platform. A more accurate analogy is a Maildir-style local queue layer for agent workflows.

On cost and adoption friction, the evidence only supports that it is an open-source Go project.

Related social content

No related content yet

This tool does not have related social references to display yet.