Skip to content

Parakeet is a real time coding assistant that runs in the browser. Parakeet sits over a directory system and reads for changes/deletions/updates and uses a ++/-- differential log to update an LLM of progress. it also gives LLM access to key files (or restricts access) based on a a context and ignore system. MVP.

Notifications You must be signed in to change notification settings

DylanDHubert/Parakeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCUMENTATION:

CLI 1—

python backend/app.py

**very important: run app.py from base diretory.**

**therefor: do not run [cd backend -> python app.py] instead use above command**

CLI 2—

cd frontend
npm install (if needed)
npm start

**in order to converse with the LLM you will need an API key from Gemini— save it as text in a file named ".pk-key"**

CURRRENT STATE:

0.2.0 ALPHA (LOCAL BUILD)

DEV HISTORY:

0.1.15+ 0.1.15 0.1.13 0.1.10

BACKLOG:

FIGURE OUT HOW TO DEPLOY... CODE FORMATTING (prism.js or highlight.js)

About

Parakeet is a real time coding assistant that runs in the browser. Parakeet sits over a directory system and reads for changes/deletions/updates and uses a ++/-- differential log to update an LLM of progress. it also gives LLM access to key files (or restricts access) based on a a context and ignore system. MVP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published