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.0.tar.gz
(3.2 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.0.tar.gz.
File metadata
- Download URL: open_wire-0.2.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ce71d44208f5d8f878c804a791047b93714ea7898a424ead97145536cf9cc97
|
|
| MD5 |
6d21c54933ceb6f89dc970cbf2115b0e
|
|
| BLAKE2b-256 |
10e130954620c3d73974f0a1e5b3a87591b13fb3e44b3ee006622c49f8e126f9
|
File details
Details for the file open_wire-0.2.0-py3-none-any.whl.
File metadata
- Download URL: open_wire-0.2.0-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 |
eb98cbeb35e5e1105767c40a17b830245339736df7e10c02ec15e0c400115ee6
|
|
| MD5 |
20b7266cae26f6acf6293beaed669aa6
|
|
| BLAKE2b-256 |
bb68a037962b0ecbc84379849e25f101210ca5288fd935a30916f729554a5e0d
|