ArchGraph

An architecture-graph driven framework for Agentic Engineering.

View on GitHub Explore Reference Library

00What is this?

ArchGraph builds a unified language that puts harness design and target product design into one model — so you get a single view to work and observe, and real control over your agents.

ArchGraph core model

01Install & deploy

Two commands, and you’re ready:

npm install -g archgraph-argo
argo-deploy

Semantic (Graph RAG) queries also need Neo4j and a vector engine — everything else works out of the box.

02How to use

After installing, open your project and start a coding agent. It will locate the architecture element behind the task, arm itself with that element’s Skills and Rules, work test-first (GIVEN-WHEN-THEN), and trace every commit back to the graph.

The intent architecture graph — modelled in ArchiMate 3.2 — is the single source of truth.