Metadata-Version: 2.4
Name: agentic-graphrag
Version: 0.0.1
Summary: Agentic GraphRAG: graph-based retrieval-augmented generation with agentic reasoning.
Keywords: graphrag,rag,knowledge-graph,agents,retrieval
Author: Ashwin Mathur, Varun Mathur
Author-email: Ashwin Mathur <ashwinm400@gmail.com>, Varun Mathur <varunm500@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Maintainer: Ashwin Mathur, Varun Mathur
Maintainer-email: Ashwin Mathur <ashwinm400@gmail.com>, Varun Mathur <varunm500@gmail.com>
Requires-Python: >=3.11
Project-URL: Documentation, https://github.com/ontogr/agentic-graphrag#readme
Project-URL: Issues, https://github.com/ontogr/agentic-graphrag/issues
Project-URL: Source, https://github.com/ontogr/agentic-graphrag
Description-Content-Type: text/markdown

# Agentic GraphRAG

[![CI](https://github.com/ontogr/agentic-graphrag/actions/workflows/ci.yml/badge.svg)](https://github.com/ontogr/agentic-graphrag/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/ontogr/agentic-graphrag/branch/main/graph/badge.svg)](https://codecov.io/gh/ontogr/agentic-graphrag)
[![PyPI](https://img.shields.io/pypi/v/agentic-graphrag.svg)](https://pypi.org/project/agentic-graphrag/)
[![Python](https://img.shields.io/pypi/pyversions/agentic-graphrag.svg)](https://pypi.org/project/agentic-graphrag/)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)

Graph-based retrieval-augmented generation with agentic reasoning.

## Installation

```bash
uv pip install agentic-graphrag
```

Usage:

```python
import agrag
```

## Development

Requires [uv](https://docs.astral.sh/uv/).

```bash
git clone git@github.com:ontogr/agentic-graphrag.git
cd agentic-graphrag
make sync
```

## License

[Apache-2.0](LICENSE)
