Metadata-Version: 2.4
Name: agentine
Version: 0.1.0
Summary: A lightweight framework to quickly build AI agents
Home-page: https://github.com/yourusername/agentine
Author: Vincent de Neuf
Author-email: 0189vn@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# agentine

Short description of the project.

## Installation

```bash
pip install agentine
```

## Usage

```python
import agentine
```
