Installation

Requirements

pyagentai requires Python 3.10 or higher.

Installing from PyPI

The recommended way to install pyagentai is from PyPI:

pip install pyagentai

Or with Poetry:

poetry add pyagentai

Installing from Source

You can also install pyagentai directly from the source code:

git clone https://github.com/meepolabs/pyagentai.git
cd pyagentai
pip install .

Or with Poetry:

git clone https://github.com/meepolabs/pyagentai.git
cd pyagentai
poetry install