Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Quickstart

Run one repository-aware query and print the assistant response.

Complete the repository setup, then:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py /path/to/repository

An optional prompt can follow the repository path:

python main.py /path/to/repository "Describe the test strategy."

The sample limits the agent to the read-only Read, Glob, and Grep tools.