Metadata-Version: 2.3
Name: agentic-ai
Version: 0.0.1
Summary: Pydantic agents for interacting with various backends.
Project-URL: Documentation, https://github.com/mbodiai/agentic#readme
Project-URL: Issues, https://github.com/mbodiai/agentic/issues
Project-URL: Source, https://github.com/mbodiai/agentic
Author-email: Mbodi AI <info@mbodi.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# agentic-ai

[![PyPI - Version](https://img.shields.io/pypi/v/agentic-ai.svg)](https://pypi.org/project/agentic-ai)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/agentic-ai.svg)](https://pypi.org/project/agentic-ai)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install agentic-ai
```

## License

`agentic-ai` is distributed under the terms of the [apache-2.0](https://spdx.org/licenses/apache-2.0.html) license.
