Metadata-Version: 2.4
Name: multi-agent-builder
Version: 1.2.0
Summary: A multi-agent builder for creating AI agent systems
Author: Multi-Agent Builder Team
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Multi-Agent Builder

A CLI tool for scaffolding AI agent projects. Choose a template, scaffold a working agent with tool registry, config, and main loop.

## Install

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

Or from source:

```bash
git clone https://github.com/meridianmindx/multi-agent-builder.git
cd multi-agent-builder
pip install -e .
```

## Usage

```bash
multi-agent-builder --template basic
multi-agent-builder --template advanced --name my-agent
```

## Templates

- **basic** — Minimal agent with tool registry and config
- **advanced** — Full agent with tool registry, config, and main loop

## Monetization

For the full-featured version with all templates and advanced features, [purchase on Gumroad](https://gumroad.com/meridianmindx).

## License

MIT License — see LICENSE for details.
