Auto-sync: 2026-04-28 12:03

This commit is contained in:
2026-04-28 12:03:10 +08:00
parent c898cc3fb9
commit f8b421ece6
45 changed files with 1739 additions and 1073 deletions

View File

@@ -0,0 +1,39 @@
---
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