Metadata-Version: 2.1
Name: praisonAI
Version: 0.0.9
Summary: praisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customization, and efficient human-agent collaboration.
Author: Mervin Praison
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: tools
Requires-Dist: crewai (>=0.22.5)
Requires-Dist: gradio (>=4.20.0)
Requires-Dist: pyautogen (>=0.2.19)
Requires-Dist: rich (>=13.7)
Project-URL: Homepage, https://github.com/mervinpraison/praisonAI
Project-URL: Repository, https://github.com/mervinpraison/praisonAI
Description-Content-Type: text/markdown

# Praison AI

Praison AI, leveraging both AutoGen and CrewAI or any other agent framework, represents a low-code, centralised framework designed to simplify the creation and orchestration of multi-agent systems for various LLM applications, emphasizing ease of use, customization, and human-agent interaction.

## Installation

```bash
pip install praisonai
```

## Run

```bash
praisonai
```

## Test
    
```bash
python -m unittest tests.test 
```
