llm-tldr
95% token savings. 155x faster queries. 16 languages. LLMs can't read your entire codebase. TLDR extracts structure, traces dependencies, and gives them exactly what they need.
File Explorer
Download Latest Version (.zip)- TLDR.md
- install_vendored.py
- test_commonjs.py
- test_daemon_stats.py
- test_language_wiring.py
- test_luau_cfg.py
- test_luau_dfg.py
- test_luau_hybrid.py
- test_luau_imports.py
- test_luau_pdg.py
- test_typescript_features.py
- test_typescript_semantic.py
- __init__.py
- __main__.py
- cached_queries.py
- core.py
- startup.py
- .tldrignore
- __init__.py
- analysis.py
- api.py
- ast_extractor.py
- cfg_extractor.py
- change_impact.py
- cli.py
- cross_file_calls.py
- daemon.py
- dedup.py
- dfg_extractor.py
- diagnostics.py
- dirty_flag.py
- durability.py
- hybrid_extractor.py
- incremental_parse.py
- install_swift.py
- mcp_server.py
- patch.py
- pdg_extractor.py
- salsa.py
- semantic.py
- session_warm.py
- signature_extractor_pygments.py
- stacked_db.py
- stats.py
- tldrignore.py
- workspace.py
- .gitignore
- .tldrignore
- CONTRIBUTING.md
- LICENSE
- NOTICE
- pyproject.toml
- README.md
- requirements.txt
- tldr_code.py
- uv.lock
# Installation Guide
git clone https://github.com/parcadei/llm-tldr
Downloads the entire project code from GitHub to your computer.
cd llm-tldr
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install llm-tldr && tldr warm . && tldr semantic "what you're looking for" .
Installs the package published on PyPI directly β no need to clone the source.
pip install llm-tldr
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install llm-tldr && tldr warm . && tldr semantic "what you're looking for" .
Installs the package published on PyPI directly β no need to clone the source.
pip install llm-tldr
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
