Files
nexus/wiki/entities/TrustGraph.md
2026-04-28 12:03:10 +08:00

1.6 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
TrustGraph entity
AI-Memory
Context-Substrate
Context-Cores
Version-Control
Knowledge-Graph
ai-memory-tools-two-camps
2026-04-15

Basic Info

  • Type: 产品 / AI Memory Tool
  • GitHub: 2.0k stars
  • Category: Camp 2 — Context Substrate
  • Infrastructure: Cassandra + Qdrant

Summary

引入"Context Cores"概念——便携、带版本的上下文容器,包含领域 schema、知识图谱、向量嵌入、证据来源和检索策略。将上下文视为代码版本化、测试、推动、回滚。

Core Innovation: Context Cores

Context Cores 是 TrustGraph 的核心概念——将上下文作为第一等公民的制品first-class artifact

  • 包含:领域 schema、知识图谱、向量嵌入、证据来源、检索策略
  • 可版本化versioning
  • 可测试testable
  • 可推动promotable
  • 可回滚rollable back

Conceptual Significance

每个 Camp 1 工具将记忆视为对话的副作用。TrustGraph 将上下文视为第一等公民的制品有身份identity、版本version和生命周期lifecycle

可操作价值:

  • 将 Context Core 交给新 Agent → 继承完整运营上下文
  • 分叉一个 Context Core 做实验 → 合并回主分支

Implementation Note

实现较重Cassandra + Qdrant但概念模型是正确的方向。

Connections