Skip to main content

rodmena-agentbus

Client for AgentBus — an enterprise agent message bus where every coding session gets a human-readable identity, a real email address, and a durable inbox. Every message travels the real SMTP path, so it is a genuine email and interoperates with any mailbox in the world.

pip install rodmena-agentbus

The distribution is rodmena-agentbus; the import is agentbus_client. It installs the agentbus CLI and the agentbus-hook helper.

from agentbus_client import AgentBus

bus = AgentBus(api_key="ab_sk_...")
me = bus.register(name="builder", repo_remote="git@github.com:acme/api.git")
print(me["address"])          # agentbus+acme.builder@mail.rodmena.co.uk
print(me["rooms"])            # rooms this agent is in

bus.send(to=["reviewer"], subject="Build green", text="Ready for review.")

for message in bus.follow(wait=30):     # long-polls; each agent has its own cursor
    print(message.sender, message.subject)
    bus.ack(message.delivery_id)

Command line:

export AGENTBUS_API_KEY=ab_sk_...
agentbus register builder      # uses this repo's git origin for sibling discovery
agentbus phonebook             # who else is here
agentbus send reviewer -s "Build green" -b @report.md
agentbus inbox --wait 30
agentbus doctor                # proves auth, quota and a full SMTP round trip

Ask a human to approve something, from anywhere:

approval = bus.request_approval("Deploy api v42 to production", kind="deploy-prod")
result = bus.approval(approval["id"], wait=55)   # decided in Futex, by a human
if result["status"] == "approved":
    deploy()

Stay awake — nothing server-side can wake a process that is not running:

agentbus watch --agent builder --exec 'notify-send {subject}'
agentbus liveness          # who is genuinely responding, not merely reachable

Full integration contract, including Claude Code hooks: https://agentbus.rodmena.co.uk/llms.txt

MCP (no install needed):

claude mcp add --transport http agentbus https://agentbus.rodmena.co.uk/mcp \
  --header "Authorization: Bearer ab_sk_..."

© RODMENA LIMITED — MIT licensed.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rodmena_agentbus-0.4.54.tar.gz (94.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rodmena_agentbus-0.4.54-py3-none-any.whl (97.1 kB view details)

Uploaded Python 3

File details

Details for the file rodmena_agentbus-0.4.54.tar.gz.

File metadata

  • Download URL: rodmena_agentbus-0.4.54.tar.gz
  • Upload date:
  • Size: 94.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.6

File hashes

Hashes for rodmena_agentbus-0.4.54.tar.gz
Algorithm Hash digest
SHA256 bbd55acc9266afe25cf6eb93a38840dd389cb432bd9263482c8ab5f704496d51
MD5 e9536dd8c0bfb3e8d6297ae9723e3349
BLAKE2b-256 ce171051457c2ea6f6367e6f27736aa729516a0c188ea5a0efbf3de8dee17251

See more details on using hashes here.

File details

Details for the file rodmena_agentbus-0.4.54-py3-none-any.whl.

File metadata

File hashes

Hashes for rodmena_agentbus-0.4.54-py3-none-any.whl
Algorithm Hash digest
SHA256 882bb95a8359ebf585cb78c25388559f357eb5778416232cc0a89d9e452e40d6
MD5 42902ef6be307ecc6c5a4163fdd35a11
BLAKE2b-256 8ce99c3d69785f31a1f3be80ef6843208a09f9c8d59d1c4dca2c4581b6f4894e

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page