Augmented Graphs Evaluator¶
A new awesome project.
Installation¶
Quickstart¶
Development installation¶
Setup the development environment:
git clone git+ssh://git@grok-ai/crisostomi/augmented-graphs-evaluator.git
conda env create -f env.yaml
conda activate age
pre-commit install
Run the tests:
Update the dependencies¶
Re-install the project in edit mode: