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
Copy file name to clipboardExpand all lines: README.md
-63Lines changed: 0 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,6 @@
35
35
<sup>Less repeated history means more room for the task, tools, and useful evidence.</sup>
36
36
</p>
37
37
38
-
> **Evidence boundary:** External LoCoMo-derived figures are not canonical. The historical
39
-
> workload run used an unpinned model revision and has no checked-in raw dataset artifact.
40
-
> Treat its 98.21% context figure as directional until an immutable rerun produces a validated
41
-
> public artifact and checksum. The checked-in deterministic fixtures below remain reproducible.
42
-
43
38
<details>
44
39
<summary>See benchmark details and reproduce the results</summary>
45
40
@@ -155,22 +150,6 @@ for the short version of how much less history an agent has to carry.
155
150
| Avoid dragging the whole project into every prompt | Packs context to a configured hard budget and can return a compact MCP response. |
156
151
| Keep knowledge in the operator's control | Runs local-first and offline-capable, with scopes, audit records, and optional privacy-safe receipts. |
157
152
158
-
### See the behavior in reproducible fixtures
159
-
160
-
The examples below use synthetic, checked-in evaluation inputs. They show three different
161
-
contracts: retrieving focused evidence, returning an answer only with support, and explicitly
162
-
abstaining when no support exists.
163
-
164
-
<palign="center">
165
-
<imgsrc="docs/images/evidence-backed-agent-examples.svg"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%">
166
-
<br>
167
-
<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>
168
-
</p>
169
-
170
-
Run `python -m eval.chunking_eval` and `python -m eval.grounded` to reproduce the behavior;
171
-
the former measures evidence retrieval and context size, while the latter measures the
172
-
answer-versus-abstain decision.
173
-
174
153
## Dashboard and local UI
175
154
176
155
The Engraphis dashboard opens `http://127.0.0.1:8700`. Local memory needs no cloud account,
@@ -181,14 +160,6 @@ workspaces, and manual consolidation. **Classic** preserves the former full tool
181
160
the same local data. Switch in **Manage → Settings → Interface** (Ledger) or **Settings →
182
161
Appearance & Engine** (Classic).
183
162
184
-
### Managed compute
185
-
186
-
Managed compute is separate from Cloud Sync. A connected installation may send a bounded,
187
-
non-secret snapshot for a hosted proposal; the hosted service must read it to produce a proposal,
188
-
so this is not end-to-end-encrypted processing. Local-only installations send nothing. Set
189
-
`ENGRAPHIS_MANAGED_COMPUTE_CONSENT=0` to opt out; `ENGRAPHIS_RETENTION_SUPERVISOR=none` keeps
190
-
retention supervision local (the default).
191
-
192
163
### Start it on every platform
193
164
194
165
| Platform | How |
@@ -670,40 +641,6 @@ surface; `engraphis-dashboard`, the MCP server, and the Python quickstart above
670
641
671
642
---
672
643
673
-
## Development
674
-
675
-
The offline quality gate (no network, no API key):
0 commit comments