Lattice is a deep research agent tailor made with love for a physics PhD student.
We use uv for python project management. To get started, please follow the below steps:
- clone the repo
git clone https://github.com/Roudranil/lattice.git - navigate to the repository
- create the virtual environment (make sure you installed uv)
uv venv - activate the virtual environment using
source .venv/bin/activate - download the packages required as defined in
uv.lock
uv sync --frozen