Installation ============ Requirements ------------ pyagentai requires Python 3.10 or higher. Installing from PyPI -------------------- The recommended way to install pyagentai is from PyPI: .. code-block:: bash pip install pyagentai Or with Poetry: .. code-block:: bash poetry add pyagentai Installing from Source ---------------------- You can also install pyagentai directly from the source code: .. code-block:: bash git clone https://github.com/meepolabs/pyagentai.git cd pyagentai pip install . Or with Poetry: .. code-block:: bash git clone https://github.com/meepolabs/pyagentai.git cd pyagentai poetry install