Skip to content

Installation

Requirements

  • Python 3.10 or higher
  • pip package manager

Install from PyPI

pip install agenticraft

Install from Source

git clone https://github.com/agenticraft/agenticraft.git
cd agenticraft
pip install -e .

Verify Installation

import agenticraft
print(agenticraft.__version__)

Next Steps