Metadata-Version: 2.4
Name: create-agentic-app
Version: 1.0.2
Summary: An AI agent centric micro-service project scaffolding CLI
Project-URL: Homepage, https://github.com/umangaggarwal2/create-agentic-app
Project-URL: Repository, https://github.com/umangaggarwal2/create-agentic-app
Project-URL: Issues, https://github.com/umangaggarwal2/create-agentic-app/issues
Author-email: Umang Aggarwal <umangaggarwal31@gmail.com>, Harsh Aggarwal <harsh.aggarwal939@gmail.com>
Maintainer-email: Umang Aggarwal <umangaggarwal31@gmail.com>, Harsh Aggarwal <harsh.aggarwal939@gmail.com>
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: cookiecutter
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# create-agentic-app

A simple CLI tool to scaffold a new agentic application project using a Cookiecutter template.

## Features

- Quickly generate a new agentic app project structure.
- Uses [Cookiecutter](https://cookiecutter.readthedocs.io/) for flexible templating.
- Minimal dependencies and easy to use.

## Installation

You can install the required dependencies using pip:
pip install -r requirements.txt