This agent, built with LangCode and LangGraph, can execute Python code in a stateful Jupyter Notebook with full access to your system, The Internet, and output images generated inside Jupyter environment (ex. Matplotlib plot image).
git clone https://github.com/keell0renz/llm-os.git
Please copy .env.example
into .env
and substitute placeholders with your data and your preference about model asking you every time it wants to execute code.
poetry install
cd llm-os/
poetry run chainlit run llm_os/app.py