Metadata-Version: 2.4
Name: palaver
Version: 0.0.2
Summary: A true Multi-Agent AI chatroom application.
Project-URL: Homepage, https://github.com/CisterMoke/palaver
Project-URL: Repository, https://github.com/CisterMoke/palaver
Author-email: Ruben Dedoncker <ruben@dedoncker.dev>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Classifier: Framework :: FastAPI
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Requires-Dist: fasta2a>=0.6.0
Requires-Dist: fastapi>=0.135.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: langdiff>=0.2.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: pydantic-ai-slim[a2a,anthropic,bedrock,cohere,google,groq,huggingface,mistral,openai,xai]>=1.71.0
Requires-Dist: pydantic-settings>=2.13.1
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: uvicorn>=0.41.0
Requires-Dist: websockets>=16.0
Description-Content-Type: text/markdown


# Palaver
A true Multi-Agent AI chatroom application.

Create, chat and collaborate with your personal AI agents in a single chatroom. You can let each agent interact with eachother and observe how the chaos unfolds.

## Installation

### Prerequisites
- Python 3.12+

Simply install `palaver` via `pip`
```
> pip install palaver
```

## Usage
Run palaver from the terminal to launch the server
```
> palaver
```

Navigate to [localhost:8000](http://localhost:8000) and start chatting!

## Star History

<a href="https://www.star-history.com/?repos=CisterMoke%2Fpalaver&type=date&legend=top-left">
 <picture>
   <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=CisterMoke/palaver&type=date&theme=dark&legend=top-left" />
   <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=CisterMoke/palaver&type=date&legend=top-left" />
   <img alt="Star History Chart" src="https://api.star-history.com/image?repos=CisterMoke/palaver&type=date&legend=top-left" />
 </picture>
</a>