Metadata-Version: 2.1
Name: botifyme
Version: 0.1.1
Summary: Toolkit for building Autonomous AI agents
License: Apache-2.0
Author: Arun Reddy
Author-email: arun@botifyme.dev
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: autoregistry (>=1.1.2,<2.0.0)
Requires-Dist: docstring-parser (>=0.15,<0.16)
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: openai (>=1.1.2,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: python-slugify (>=8.0.4,<9.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tenacity (>=8.2.3,<9.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# BotifyMe

BotifyMe is a comprehensive Python-based toolkit designed to assist developers in building and deploying autonomous AI agents. Whether you're a seasoned AI professional or just starting out, BotifyMe provides the essential tools to streamline your development process.

## Installation

Make sure you have Python 3.7 or higher installed.

```bash
pip install botifyme
```

## Quick Start

```python
from botifyme import Agent
```


