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

40 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "TrustGraph"
type: entity
tags: [AI-Memory, Context-Substrate, Context-Cores, Version-Control, Knowledge-Graph]
sources: [ai-memory-tools-two-camps]
last_updated: 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
- [[ai-memory-tools-two-camps]] ← 来源 ← TrustGraph 引入了 Context Cores 概念
- [[Context-Substrate]] ← 属于 ← TrustGraph 是 Context Substrate 范式的代表工具
- [[Context-Cores]] ← 引入 ← TrustGraph