Metadata-Version: 2.1
Name: botifyme
Version: 0.1.0
Summary: Toolkit for building Autonomous AI agents
License: Apache-2.0
Author: Arun Reddy
Author-email: arunreddy.nelakurthi@gmail.com
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
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
```


