Metadata-Version: 2.4
Name: ai-agent-builder
Version: 1.1.0
Summary: AI Agent Builder - Templates and tools for building AI agents
Home-page: https://github.com/meridianmind/ai-agent-builder
Author: Meridian Mind
Keywords: ai,agent,builder,template,automation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: pyyaml>=6.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# AI Agent Builder Kit

A complete toolkit for building, deploying, and managing AI agents.

## Contents

- **Template 1**: Agent Blueprint (Cold Email, Content Creator, Data Analyst)
- **Template 2**: Custom Agent (blank canvas for custom agents)
- **Template 3**: Agent Chain (multi-agent workflows)
- **Template 4**: Agent Memory & State (persistent context)
- **Template 5**: Agent Tools (tool definitions and common tools)

## Features

- 5 ready-to-use agent templates
- Custom agent builder
- Multi-agent chain support
- Persistent memory management
- Tool integration examples

## Installation

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

## Usage

Each template provides a complete agent definition with configuration, instructions, and example implementations.

## License

MIT - Free for commercial use
