AI-Ready Repository Intelligence Engine for Agents
Project description
TreeGetter Python Package
TreeGetter is an AI-Ready Repository Intelligence Engine for Python. It transforms raw directory trees into compact, structured, token-optimized context payloads for AI coding agents.
Installation
pip install treegetter
Usage
from treegetter import Repository, get_tree
# Backward compatible legacy API
print(get_tree("./"))
# High-Level AI Repository Intelligence Engine
repo = Repository("./")
# Repository Overview Summary
print(repo.summary())
# Token-optimized context for LLM agents
print(repo.export_llm(max_tokens=4000))
# Indexed O(1) Search
results = repo.search("AuthController")
For full documentation, visit https://rupammanna8.github.io/TreeGetter/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file treegetter-2.0.0.tar.gz.
File metadata
- Download URL: treegetter-2.0.0.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27c7325dc66bf314ab09f26338b2cc882b9ca2a8a9e1051108d703b55eb4b184
|
|
| MD5 |
3dda5235a4167475f48000fc6d96c275
|
|
| BLAKE2b-256 |
38414a7b595f726fbd561f045b52bb0f2dae416dc480a1d146311bd6f440efa2
|
File details
Details for the file treegetter-2.0.0-py3-none-any.whl.
File metadata
- Download URL: treegetter-2.0.0-py3-none-any.whl
- Upload date:
- Size: 44.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cc8c474fcb0d0508695f531193e9e98e4ab84ab3ccab5d312993b926a1bf244
|
|
| MD5 |
5f266329af2bd59dd3f5062dd1099238
|
|
| BLAKE2b-256 |
164056a7d81e4970c28e8ca89dbd69aec2ffca97659a36a324720ee76c72ce79
|