A high performance implementation of the HGraph runtime.
The project is currently configured to make use of uv for dependency management. Take a look at the website to see how best to install the tool. Once you have checked out the project, you can install the project for development using the following command:
uv venv --python 3.12
This should be installed in the .venv
folder within the project.
For users of CLion / PyCharm, you can then add the environment by selecting an existing virtual environment using the location above.
To install the dependencies run below:
uv sync