Welcome to Condor AI.
Latest development version:
pip install git+https://github.com/meridianlabs-ai/condoraiTo work on development of Condor AI, clone the repository and install with the -e flag and [dev] optional dependencies:
git clone https://github.com/meridianlabs-ai/condorai
cd condorai
pip install -e ".[dev]"Run linting, formatting, and tests via
make check
make test