Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-WatchTower

Local MVP for low-token repository understanding.

Quickstart

  1. Start PostgreSQL with pgvector: docker compose up -d postgres
  2. Create a local virtual environment: python -m venv .venv
  3. Install dependencies: .\.venv\Scripts\python -m pip install -e ".[dev]"
  4. Register a repository: .\.venv\Scripts\python -m watchtower.cli repo add tests/fixtures/repos/auth_service_py
  5. Index it: .\.venv\Scripts\python -m watchtower.cli repo index tests/fixtures/repos/auth_service_py
  6. Ask a question: .\.venv\Scripts\python -m watchtower.cli ask auth_service_py "Where is JWT authentication implemented?"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages