Documentation

Get started in 10 seconds.

Two commands and your AI assistant understands your entire architecture. No config files. No cloud accounts. No setup meetings.

Quick start

1

Install Graqle

$ pip install graqle

Install via pip. Python 3.9+ required.

2

Build your knowledge graph

$ cd your-project && graq init

Scans your codebase, builds the graph. Takes ~10 seconds.

3

Ask your first question

$ graq reason "what breaks if I change auth?"

Queries the graph with multi-agent reasoning.

Need help? Run the doctor.

The graq doctor command checks your installation, validates your knowledge graph, and reports any issues.

$ graq doctor