From 80a75796394eee8ca4373cc16abf3011377ff229 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Fri, 8 May 2026 13:45:06 -0700 Subject: [PATCH] Enhance README.md descriptions for TrustGraph and Context Core (#892) Refined the description of TrustGraph and updated the Context Core explanation for clarity. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9edf659a..c366a3d9 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,17 @@ -TrustGraph is an agent runtime platform for building production AI systems that require grounded and explainable outputs, private deployment, and sovereign control. The platform is the full stack for agentic systems: context graphs, memory, retrieval, orchestration, and inference for precision-critical agent workloads. +TrustGraph is an agent runtime platform built around context graphs — structured, queryable representations of your domain knowledge that ground every agent query in verified, explainable facts in private deployments with sovereign control. The platform is the full stack for agentic systems: context graphs, memory, retrieval, orchestration, and inference for precision-critical agent workloads. The platform: - [x] Multi-model and multimodal database system - [x] Tabular/relational, key-value - [x] Document, graph, and vectors - - [x] Images, video, and audio + - [x] Images, video, and audio +- [x] Context Graph engine + - [x] Automated entity and relationship extraction + - [x] Ontology-driven graph construction + - [x] Graph-grounded retrieval for explainable outputs - [x] Automated data ingest and loading - [x] Quick ingest with semantic similarity retrieval - [x] Ontology structuring for precision retrieval @@ -31,8 +35,8 @@ The platform: - [x] OntologyRAG - [x] 3D GraphViz for exploring context - [x] Fully Agentic System - - [x] Single Agent - - [x] Multi Agent + - [x] Single or Multi Agent + - [x] ReAct, Plan-then-Execute, and Supervisor patterns - [x] MCP integration - [x] Run anywhere - [x] Deploy locally with Docker @@ -123,7 +127,7 @@ There are 3 libraries for quick UI integration of TrustGraph services. ## Context Cores -A Context Core is a **portable, versioned bundle of context** that you can ship between projects and environments, pin in production, and reuse across agents. It packages the “stuff agents need to know” (structured knowledge + embeddings + evidence + policies) into a single artifact, so you can treat context like code: build it, test it, version it, promote it, and roll it back. TrustGraph is built to support this kind of end-to-end context engineering and orchestration workflow. +Context Cores are how TrustGraph treats context like code. A Context Core is a **portable, versioned bundle of context** that you can ship between projects and environments, pin in production, and reuse across agents. It packages the “stuff agents need to know” (structured knowledge + embeddings + evidence + policies) into a single artifact, so you can treat context like code: build it, test it, version it, promote it, and roll it back. TrustGraph is built to support this kind of end-to-end context engineering and orchestration workflow. ### What’s inside a Context Core A Context Core typically includes: