Metadata-Version: 2.4
Name: graflet
Version: 0.0.1
Summary: Precomputed knowledge graphs of versioned library docs, for AI agents. Docs as a graph, not snippets.
Project-URL: Homepage, https://github.com/mrpmohiburrahman/graflet
Project-URL: Repository, https://github.com/mrpmohiburrahman/graflet
Author-email: "MD. MOHIBUR RAHMAN" <mrpmohiburrahman@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: docs,documentation,graphify,graphrag,knowledge-graph,llm,mcp,rag
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# graflet

**Docs as a graph, not snippets.**

Precomputed knowledge graphs of versioned library docs, for AI agents. One graflet = one library at one version.

> Context7 sends your agent snippets to read; **graflet** sends the graph to traverse.

## Run with no install

```bash
uvx graflet     # Python (uv)
npx graflet     # Node — same tool, published to npm
```

Or install as a tool: `uv tool install graflet`.

> Spelled **g-r-a-f-l-e-t**, no p-h.

_This 0.0.1 is a name-lock placeholder. Real CLI lands soon._
