Metadata-Version: 2.4
Name: agent-routers
Version: 0.1.0
Summary: Priority-based async/sync routing engine 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/seuusuario/agent-routers/issues
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
```
