This repository provides the code for a local environment for AI-driven development. It includes code for doing AI development both using an IDE (vscode), or a jupyter notebook.
It provides a local environment setup (MacOS only) that can be
- used with OpenAI's APIs (link),
- opensource LLMs hosted on the laptop (link), and
- a small scrum team (using multi-agent framework backed by local LLMS) (link).
In addition, I'll be adding tools for
git clone git@github.com:knail2/llm-based-analysis.gitcd llm-based-analysis/python -m venv venv. ./venv/bin/activatepip install -r requirements.txtpip install --upgrade 'jupyter-server<2.0.0'# horked library called tornado breaks notebook, so downgrade jupyterjupyter contrib nbextension install --user#set up jupyter extensionsjt -t onedork -fs 95 -altp -tfs 11 -nfs 115 -cellw 88% -T# optional, dark modejt -r# optional, remove dark modejupyter notebook# run notebook