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.3.1.tar.gz
(3.6 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.3.1.tar.gz.
File metadata
- Download URL: open_wire-0.3.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee41b4ff69f77d14378e86c8c550c7943f0037ded77b814e91fefe64838adb41
|
|
| MD5 |
567dd7dd9122759042f5fdfa629cb643
|
|
| BLAKE2b-256 |
66b21c27bc3a06c8026f594fbcb07512491e37a909cc7a074db32d2c297db106
|
File details
Details for the file open_wire-0.3.1-py3-none-any.whl.
File metadata
- Download URL: open_wire-0.3.1-py3-none-any.whl
- Upload date:
- Size: 4.5 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 |
0c51a45df1dccaa96ab6e91924c26e0801f4a2591f20b3e12a150a4bdb2fc402
|
|
| MD5 |
360a3ebf536d42a905b0603591620a56
|
|
| BLAKE2b-256 |
5c115a418be33de88d5e7e1dc3f73e46c5e39043c6726120e170930073f83de8
|