Skip to content

joshkgarber/incontext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INCONTEXT

Local Dev Server

Requires Python 3.10

Download

git clone [email protected]:joshkgarber/incontext.git

Install

cd incontext
python3.10 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -e .

Configure

  • Environment variables
  • Agent models

Run

flask --app incontext init-db
flask --app incontext run --debug

About

Custom LLM conversation client with native context curation.

Resources

Stars

Watchers

Forks