Multi-agent communication, task routing, and workflow orchestration
Project description
agent-mesh-router
Multi-agent communication, task routing, and workflow orchestration
Part of the AumOS open-source agent infrastructure portfolio.
Features
- Five routing strategies —
CapabilityMatchRouter,CostAwareRouter,RoundRobinRouter,LeastLoadedRouter, andCompositeRouter(weighted combination) — all implementing a commonRoutingStrategyABC - Async
MessageBrokerwith in-memory pub/sub, dead-letter queue support, and backpressure monitoring that throttles producers when consumers fall behind - Five workflow patterns:
SequentialWorkflow,ParallelWorkflow,HierarchicalWorkflow,CompetitiveWorkflow(first-result wins), andConsensusWorkflow(majority agreement) - Fleet registry with health checking and a load balancer that routes only to healthy agents based on current load metrics
- Transport adapters for HTTP, gRPC, Redis pub/sub, and Kafka so the same router can operate across different message infrastructure
MessageEnvelopewith typed priority levels, routing metadata, TTL, and checksum validation for tamper detection- OpenTelemetry tracing middleware that adds trace context propagation to every routed message
Quick Start
Install from PyPI:
pip install agent-mesh-router
Verify the installation:
agent-mesh-router version
Basic usage:
import agent_mesh_router
# See examples/01_quickstart.py for a working example
Documentation
Enterprise Upgrade
For production deployments requiring SLA-backed support and advanced integrations, contact the maintainers or see the commercial extensions documentation.
Contributing
Contributions are welcome. Please read CONTRIBUTING.md before opening a pull request.
License
Apache 2.0 — see LICENSE for full terms.
Part of AumOS — open-source agent infrastructure.
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
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 agent_mesh_router-0.1.0.tar.gz.
File metadata
- Download URL: agent_mesh_router-0.1.0.tar.gz
- Upload date:
- Size: 110.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57beda98f01b25592659530f6672f5d7175f4f127edb521d89e82193f7ac01e1
|
|
| MD5 |
78dfcbf77015cd5d484d327bd19125b3
|
|
| BLAKE2b-256 |
5515d6fffa16c0d0d0bc8e53a37dbed939a8e0ea6556dbc0d880d0a550dc2e96
|
File details
Details for the file agent_mesh_router-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_mesh_router-0.1.0-py3-none-any.whl
- Upload date:
- Size: 105.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf04b284aa0e3f8c859cfb5c4369e75c88532f4e3a3be10535334cc5d567763
|
|
| MD5 |
abc7afce0c398833a42c11e1f5b90cea
|
|
| BLAKE2b-256 |
b7275d5c8bd44dba0b4e984b3c9ef9a0d66e709d48b0fa346d5149b1bab046bc
|