Metadata-Version: 2.4
Name: multi-agent-builder
Version: 1.2.1
Summary: Scaffold production-ready AI agent projects with tool registries, configs, and main loops
Author-email: Multi-Agent Builder Team <contact@meridianmindx.com>
License: MIT
Project-URL: Homepage, https://github.com/meridianmindx/multi-agent-builder
Project-URL: Documentation, https://github.com/meridianmindx/multi-agent-builder#readme
Project-URL: Repository, https://github.com/meridianmindx/multi-agent-builder
Project-URL: Changelog, https://github.com/meridianmindx/multi-agent-builder/blob/main/CHANGELOG.md
Keywords: ai-agent,multi-agent,agent-scaffolding,ai-infra,llm
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Code Generators
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.
