Metadata-Version: 2.1
Name: aistack
Version: 0.0.1
Summary: AIStack 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.
Home-page: https://github.com/aistackhq/aistack
Author: Team AIStack
Author-email: team@aistack.run
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyautogen
Requires-Dist: rich
Requires-Dist: crewai

# AI Stack

AI Stack is a CLI tool that allows you to create and manage multi-agent LLM systems.


## Installation

```bash
pip install aistack
```

## Usage

```bash
aistack
```
