Skip to content

Talk to your own computer as if it was your assistant.

Notifications You must be signed in to change notification settings

keell0renz/llm-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-OS: A conversational interface to your local OS

Code Agent

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).

Installation

1. Clone the repository

git clone https://github.com/keell0renz/llm-os.git

2. Set up .env file

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.

3. Install dependencies

poetry install

4. Run chainlit app

cd llm-os/
poetry run chainlit run llm_os/app.py

About

Talk to your own computer as if it was your assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages