Skip to content

Commit bed2f7a

Browse files
docs: improve README visual hierarchy
1 parent c7684c4 commit bed2f7a

3 files changed

Lines changed: 16 additions & 94 deletions

File tree

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,23 @@ An agent should not have to reconstruct a project from scattered chat history on
1616
Engraphis turns local project knowledge into scoped, time-aware memory; retrieves the evidence
1717
that supports the current question; and returns a bounded, attributable context packet.
1818

19+
<p align="center">
20+
<img src="docs/images/knowledge-graph.png" alt="Engraphis Knowledge Graph tab: force-directed entity-relation network" width="100%">
21+
<br>
22+
<sup>Knowledge Graph · run <code>engraphis-dashboard</code> to see it live</sup>
23+
</p>
24+
1925
<p align="center">
2026
<img src="docs/images/engraphis-benefit-flow.png" alt="Diagram: project history becomes scoped and temporal Engraphis memory, hybrid recall, then bounded cited context for an agent" width="100%">
2127
<br>
2228
<sup>Store durable project knowledge · retrieve supporting evidence · give the agent only what it needs</sup>
2329
</p>
2430

31+
The flow is the essential path. See [measured context savings](#measured-quality-and-token-efficiency)
32+
for reproducible fixture-level evidence of less returned content at the same tested retrieval
33+
scores, without billing or latency claims. The sections below cover the dashboard, code graph,
34+
local installation, governance controls, and hosted services in detail.
35+
2536
| Agent need | What Engraphis changes |
2637
|---|---|
2738
| Remember a project across sessions | Stores typed memory in a `workspace → repo → session` hierarchy and provides a last-session handoff. |
@@ -38,7 +49,7 @@ contracts: retrieving focused evidence, returning an answer only with support, a
3849
abstaining when no support exists.
3950

4051
<p align="center">
41-
<img src="docs/images/evidence-backed-agent-examples.png" alt="Three evidence-backed examples: focused context holds Recall at 5 while reducing retrieved tokens, answerable questions return supported evidence, and off-topic questions abstain" width="100%">
52+
<img src="docs/images/evidence-backed-agent-examples.png" alt="Three evidence-backed examples: focused context keeps Recall at 5 while reducing returned content, answerable questions return cited support, and unsupported questions explicitly abstain" width="100%">
4253
<br>
4354
<sup>Each card names its deterministic offline fixture and test scope. The examples are illustrative; they are not customer data or external benchmark results.</sup>
4455
</p>
@@ -47,21 +58,6 @@ Run `python -m eval.chunking_eval` and `python -m eval.grounded` to reproduce th
4758
the former measures evidence retrieval and context size, while the latter measures the
4859
answer-versus-abstain decision.
4960

50-
The diagram is the essential path. See [measured context savings](#measured-quality-and-token-efficiency)
51-
for reproducible fixture-level evidence of less returned content at the same tested retrieval
52-
scores, without billing or latency claims. The sections below cover the dashboard, code graph,
53-
local installation, governance controls, and hosted services in detail.
54-
55-
<br>
56-
57-
<p align="center">
58-
<img src="docs/images/knowledge-graph.png" alt="Engraphis Knowledge Graph tab: force-directed entity-relation network" width="100%">
59-
<br>
60-
<sup>Knowledge Graph · run <code>engraphis-dashboard</code> to see it live</sup>
61-
</p>
62-
63-
<br>
64-
6561
---
6662

6763
> Open-source users: update regularly for the latest fixes and improvements.
1.03 MB
Loading
Lines changed: 4 additions & 78 deletions
Loading

0 commit comments

Comments
 (0)