Metadata-Version: 2.4
Name: trevec
Version: 0.1.2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Summary: Universal Context Graph for AI Agents — fast, structured code context retrieval
Keywords: ai,agents,memory,context,retrieval,code,graph,mcp,rag
Home-Page: https://trevec.dev
Author-email: Ibrahim Wynters <hello@trevec.dev>
License-Expression: Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://trevec.dev
Project-URL: Repository, https://github.com/trevec-dev/trevec

# trevec

**Universal Context Graph for AI Agents**

Fast, structured context retrieval for code and beyond.

## Coming Soon

The full Python SDK is under active development.

```python
from trevec import Trevec

tv = Trevec("/path/to/repo")
tv.index()
result = tv.query("How does auth work?", budget=4096)
```

## Links

- **Website**: [trevec.dev](https://trevec.dev)

