iiRecord
Agentic AI Atlas · Agent Message Queue
tool:agent-message-queuea5c.ai
II.
Tool JSON

tool:agent-message-queue

Structured · live

Agent Message Queue json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-agent-infrastructure.yamlCluster · domain
Record JSON
{
  "id": "tool:agent-message-queue",
  "_kind": "Tool",
  "_file": "domain/tools/tools-agent-infrastructure.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Agent Message Queue",
    "homepageUrl": "https://github.com/nichochar/agent-message-queue",
    "kind": "other",
    "description": "File-based Maildir-style message queue for local agent-to-agent\ncommunication. Provides a simple filesystem-backed pub/sub mechanism\nwhere agents drop messages as files and receivers poll directories.\nNo external services required — works anywhere with a filesystem.\nDesigned for local multi-agent setups where agents need to coordinate\nwithout shared memory or network services.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:agent-message-queue",
      "to": "skill-area:event-driven-architecture",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:agent-message-queue",
      "to": "skill-area:multi-agent-coordination",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:agent-message-queue",
      "to": "topic:multi-agent-knowledge-sharing",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:agent-message-queue",
      "to": "topic:agent-dispatch",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:agent-message-queue",
      "to": "topic:a2a-protocol",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:agent-message-queue",
      "to": "orch-primitive:session-handoff",
      "kind": "relates_to_topic",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}