You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup>Knowledge Graph · run <code>engraphis-dashboard</code> to see it live</sup>
23
+
</p>
24
+
19
25
<palign="center">
20
26
<imgsrc="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%">
21
27
<br>
22
28
<sup>Store durable project knowledge · retrieve supporting evidence · give the agent only what it needs</sup>
23
29
</p>
24
30
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
+
25
36
| Agent need | What Engraphis changes |
26
37
|---|---|
27
38
| 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
38
49
abstaining when no support exists.
39
50
40
51
<palign="center">
41
-
<imgsrc="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
+
<imgsrc="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%">
42
53
<br>
43
54
<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>
44
55
</p>
@@ -47,21 +58,6 @@ Run `python -m eval.chunking_eval` and `python -m eval.grounded` to reproduce th
47
58
the former measures evidence retrieval and context size, while the latter measures the
48
59
answer-versus-abstain decision.
49
60
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.
0 commit comments