Connect AI agents anywhere over MQTT. One command.
Project description
agent-mesh
Connect AI agents anywhere. One command.
Tokyo New York Your laptop
agent-mesh coder agent-mesh planner agent-mesh reviewer
│ │ │
└───────── MQTT broker (free) ───────────┘
Install
pip install .
Use
# Machine 1 (anywhere on earth)
agent-mesh coder -r "you write code"
# Machine 2 (anywhere else)
agent-mesh planner -r "you plan tasks"
# Machine 3...
agent-mesh reviewer -r "you review code"
They all connect instantly. Type messages. Use @name to make an agent think with Claude:
[planner]> @coder write a fibonacci function in python
coder: def fib(n): return n if n < 2 else fib(n-1) + fib(n-2)
Rooms
Use -t to create separate rooms:
agent-mesh alice -t "myteam/backend"
agent-mesh bob -t "myteam/backend"
That's it
Three files. One dependency (paho-mqtt). No servers to run.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
open_wire-0.2.1.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file open_wire-0.2.1.tar.gz.
File metadata
- Download URL: open_wire-0.2.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4172e4eb95580f4b19e8b755adcab663a2e0921edbaa78392661ec5c5f339ee
|
|
| MD5 |
e62a8451e7589b138e6295c366f1adbd
|
|
| BLAKE2b-256 |
f6e4856b7d5f2aa6baef4e6bcdadc5a4f9c6b4abec3d109d5d7c5e6e50f4e9f8
|
File details
Details for the file open_wire-0.2.1-py3-none-any.whl.
File metadata
- Download URL: open_wire-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dabcebc3a67bfb07bf6d646b56c881a141dcc2bc311faca5b1bf5836c073de09
|
|
| MD5 |
2cb55e39ddf3fc0dfa220c633e6f8857
|
|
| BLAKE2b-256 |
d3ca61580e86251cd240816131d1cbf7bf1682214de51b0abef788c91f842eee
|