Skip to content

Commit 886ffe4

Browse files
Update README.md
1 parent 3bf34ef commit 886ffe4

1 file changed

Lines changed: 0 additions & 63 deletions

File tree

README.md

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<sup>Less repeated history means more room for the task, tools, and useful evidence.</sup>
3636
</p>
3737

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-
4338
<details>
4439
<summary>See benchmark details and reproduce the results</summary>
4540

@@ -155,22 +150,6 @@ for the short version of how much less history an agent has to carry.
155150
| Avoid dragging the whole project into every prompt | Packs context to a configured hard budget and can return a compact MCP response. |
156151
| Keep knowledge in the operator's control | Runs local-first and offline-capable, with scopes, audit records, and optional privacy-safe receipts. |
157152

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-
<p align="center">
165-
<img src="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-
174153
## Dashboard and local UI
175154

176155
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
181160
the same local data. Switch in **Manage → Settings → Interface** (Ledger) or **Settings →
182161
Appearance & Engine** (Classic).
183162

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-
192163
### Start it on every platform
193164

194165
| Platform | How |
@@ -670,40 +641,6 @@ surface; `engraphis-dashboard`, the MCP server, and the Python quickstart above
670641

671642
---
672643

673-
## Development
674-
675-
The offline quality gate (no network, no API key):
676-
677-
```bash
678-
pip install numpy pytest ruff
679-
python -m pytest tests/ -q
680-
python -m eval.harness --dataset eval/datasets/sample.jsonl --k 5
681-
python -m eval.harness --dataset eval/datasets/codemem.jsonl --k 5
682-
python -m eval.ablation
683-
ruff check .
684-
```
685-
686-
Numbers, not assertions: the offline harness is a **correctness floor** (deterministic embedder).
687-
LoCoMo, LongMemEval, MemoryAgentBench, LoCoMo-Plus, and Mem2ActBench adapters are available,
688-
along with a pinned LongMemEval-V2 reader profile, redacted evidence exporter, and paired
689-
full-history versus Engraphis code-agent analyzer. External adapters measure only the layer they
690-
declare; retrieval or tool-argument context coverage is not presented as end-to-end answer,
691-
action, or task success. Reproduction commands and remaining official-run requirements are in
692-
[`BENCHMARKS.md`](BENCHMARKS.md).
693-
694-
---
695-
696-
## Release evidence
697-
698-
Each tagged release includes `release-evidence.json` and a reproducible CycloneDX JSON SBOM as
699-
GitHub Release assets. The evidence binds the matching tag and commit to the built wheel and
700-
source distribution hashes, SBOM hash, source-input hashes, and the completed release-gate checks.
701-
It is intentionally limited: it does not attest to publication, hosted services, payments,
702-
deployments, or runtime data; the SBOM describes the build job's Python environment rather than an
703-
operating-system or container image.
704-
705-
---
706-
707644
## License
708645

709646
Apache-2.0. See [LICENSE](LICENSE) and [NOTICE](NOTICE). "Engraphis" is a trademark of the

0 commit comments

Comments
 (0)