Metadata-Version: 2.4
Name: ai-agent-builder
Version: 1.0.0
Summary: CLI tool for building AI agent workflows
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# agent-builder

A CLI tool for building, customizing, and deploying automated AI agent workflows.

## Features

- Build AI agent workflows with multiple templates
- Deploy workflows to target platforms
- Flexible workflow configuration

## Installation

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

## Usage

```bash
python -m agent_builder
```

Or as a CLI tool:

```bash
agent-builder
```

## License

MIT
