Metadata-Version: 2.4
Name: agent-routers
Version: 0.2.0
Summary: Async routing library with pluggable routing strategies for multi-agent systems
Author: Michael Douglas Barbosa Araujo
License: MIT
Project-URL: Homepage, https://agentrouters.github.io/docs/
Project-URL: Issues, https://github.com/agentrouters/library/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Agent Routers

> Deterministic, priority-based routing engine for multi-agent systems.

Agent Routers is a lightweight Python library for building rule-based routing layers.
It allows you to register sync or async handlers and dispatch inputs using
priority-aware regex matching — without requiring LLMs or web frameworks.

---

## Why Agent Routers?

- Supports **sync and async handlers**
- Deterministic, priority-based rule resolution
- Perfect for multi-agent supervisors and orchestration layers
- Minimal overhead, zero external dependencies

---

## Installation

```bash
pip install agent-routers
```
