Metadata-Version: 2.4
Name: parallax-ai
Version: 0.5.0
Summary: Parallel Multi-Agent Inference.
Author-email: Panuthep Tasawong <falcon_270394@hotmail.co.th>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/panuthept/Parallax-AI
Requires-Python: <=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ray
Requires-Dist: dill
Requires-Dist: numpy
Requires-Dist: openai
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: transformers
Requires-Dist: typing-validation
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Dynamic: license-file

# Parallax-AI

## Installation

```bash
pip install parallax-ai
```
