From da7f7adb8d79f4a097d9a4cf7ede29b82e36c3e9 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:08:47 -0800 Subject: [PATCH] Update retrieval policies description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d1d0d8..47a50431 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ A Context Core typically includes: - Context Graph (entities, relationships, supporting evidence) - Embeddings / vector indexes for fast semantic entry-point lookup - Source manifests + provenance (where facts came from, when, and how they were derived) -- Retrieval policies (budgets, traversal rules, recency, authority ranking) +- Retrieval policies (traversal rules, freshness, authority ranking) ## Tech Stack TrustGraph provides component flexibility to optimize agent workflows.