Aggregate-Intellect / sherpa

https://sherpa-ai.readthedocs.io/
Other
165 stars 46 forks source link

🤖 SHERPA - THINKING COMPANION

PyPI - Version License: MIT

To see the documentation, visit: https://sherpa-ai.readthedocs.io/

Quick Install

With pip:

pip install sherpa-ai

From source (with poetry):

git clone https://github.com/Aggregate-Intellect/sherpa
cd sherpa/src
poetry install

From source (with pip editable mode):

git clone
cd sherpa/src
pip install -e .

Usage

Please refer to the documentation for the list of tutorials on using Sherpa: https://sherpa-ai.readthedocs.io/en/latest/How_To/tutorials.html

Contributions Guideline

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it’s:

To get started, visit: https://sherpa-ai.readthedocs.io/en/latest/How_To/contribute.html