Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 606 Bytes

File metadata and controls

34 lines (23 loc) · 606 Bytes

Getting Started

Install

python3 -m pip install -e .[dev]

Core Workflow

# Rank relevant files
redcon plan "add caching to search API" --repo .

# Pack context under budget
redcon pack "add caching to search API" --repo . --max-tokens 30000

# Summarize run artifact
redcon report run.json

Extended Workflow

# Compare two runs
redcon diff old-run.json new-run.json

# Compare packing strategies
redcon benchmark "add rate limiting to auth API" --repo .

Example Repositories

See commands and fixtures in examples/README.md.