Metadata-Version: 2.4
Name: multi-agent-builder
Version: 0.3.0
Summary: A kit for building, deploying, and managing AI agent systems
Author-email: Meridian Mind <contact@meridianmind.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Multi-Agent Builder Kit

A kit for building, deploying, and managing AI agent systems — a fully autonomous multi-agent coding platform that runs independent agent processes and delegates tasks.

## Free Features

- **Agent Pool**: Register and manage multiple AI agents with role assignment
- **Task Delegation**: Assign tasks to agents based on their skills
- **Multi-Agent Orchestration**: Coordinate independent agent processes

```python
from multi_agent_builder import AgentPool

pool = AgentPool()
pool.register("researcher", role="researcher", skills=["web_search", "read", "write"])
pool.register("coder", role="coder", skills=["code", "test", "debug"])
```

## Premium Features

Unlock advanced capabilities with a premium subscription:

- **Team Workflows**: Advanced agent management and role assignment
- **Advanced Logging & Monitoring**: Deep observability into agent execution
- **API Access**: Programmatic orchestration via REST API

👉 [Get Premium Access](https://github.com/meridianmindx/multi-agent-builder)

## Installation

```bash
pip install multi-agent-builder
```

## CLI

```bash
multi-agent-builder --version
```

## License

MIT
