Skip to content

eric-lemesre/inter-agent-bus

v0.10.0MIT

Inter-agent coordination bus: task queues with claim/ack leases, shared result store (SQLite), routing driven by a project-declared roster — the plugin provides the mechanism, never the cast.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

inter-agent-busstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "servers/shared_memory/server.py"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "inter-agent-bus",
  "version": "0.10.0",
  "description": "Inter-agent coordination bus: task queues with claim/ack leases, shared result store (SQLite), routing driven by a project-declared roster — the plugin provides the mechanism, never the cast.",
  "license": "MIT",
  "keywords": ["multi-agent", "coordination-bus", "mcp", "task-queue"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • router.py
  • roster.example.json
View on GitHub