Metadata-Version: 2.4
Name: agent-template-pack
Version: 1.0.0
Summary: A curated collection of production-ready AI agent templates for building multi-agent systems.
License: MIT
Project-URL: Homepage, https://github.com/meridianmindx/agent-template-pack
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
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Agent Template Pack

A curated collection of production-ready AI agent templates for building multi-agent systems.

## Templates Included

- **Multi-Agent Orchestration** — Crew-style team workflows with role-based agents
- **Autonomous Agents** — Self-directed agents with memory and tool access
- **Single-Agent Scaffolds** — Quick-start for simple agent projects

## Installation

```bash
pip install agent-template-pack
```

## Getting Started

```python
from agent_template_pack import main
main()
```

## License

MIT — see [LICENSE](LICENSE) for details.
