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.4.0.tar.gz
(3.5 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.4.0.tar.gz.
File metadata
- Download URL: open_wire-0.4.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d5756746f9532a4a5d791325db34c1df1b17f0d15de04588c4756985d181c5d
|
|
| MD5 |
ea3b0bbf2c53a58c8f49deafe3983c77
|
|
| BLAKE2b-256 |
6c47a676ed536d64ad997d8fa0e97e2c15a913bf47781d8162625daf07db0a30
|
File details
Details for the file open_wire-0.4.0-py3-none-any.whl.
File metadata
- Download URL: open_wire-0.4.0-py3-none-any.whl
- Upload date:
- Size: 4.4 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 |
a6c9dc558ef672508bc6b532ddbcb36367b9f1b5312a499e6a1ed0add20a43b5
|
|
| MD5 |
290134b36d3143edcd46dc4f550b5771
|
|
| BLAKE2b-256 |
bcc42fc4789777c52a940f5b39ad1e6a578de60e7f7a3b4a21239f6f9cc2b94c
|