Monorepo that contains all core libraries and applications for Lili, the AI powered programming assistant.
This project was generated using Nx.
Currently some repos needs updates, they are in early stage. For now we are focusing on the core libraries and the Lili CLI - the terminal GUI application.
Open your terminal in the root folder of this project, than run the following command:
Note that we are renaming
lili
folder tocli
to make the folder architecture more understandable.
cd packages
git clone [email protected]:LiliGPT/lili.git cli
Now you can run the Lili CLI locally and start making changes to the code.
cd packages
cd cli
cargo run <project_dir>
Replace <project_dir>
with the path to any repository you want to test Lili on.