Files
nexus/wiki/concepts/上下文基质.md
2026-04-18 16:02:38 +08:00

43 lines
1.2 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: "上下文基质"
type: concept
tags: []
---
## Aliases
- Context Substrate
- Camp 2
- 上下文基质
- 文件式上下文
## Definition
Camp 2 类别的 AI 记忆架构。维护结构化、人类可读的上下文,随会话累积。不"提取"任何东西——上下文本身就是文件。Agent 读取、写入文件,整个系统随时间累积。
## Key Characteristics
- 优化目标累积Compounding
- 典型问题:"系统是否随时间变得更好?"
- 智能在累积
- 用户可以直接读取、编辑、修正文件,理解 Agent 知道什么
## Architecture
Agent 工作流程:
1. 会话开始前读取结构化上下文
2. 在该上下文中工作
3. 写入/更新上下文
4. 下次会话,上下文比之前更丰富
## Examples
- [[OpenClaw]]358k starsMarkdown 文件存储DAM 夜间整理
- [[Zep]]4.4k stars重新定位为"上下文工程"
- [[Thoth]]145 stars10 种实体类型 + 67 种关系
- [[TrustGraph]]2k starsContext Cores 可版本化上下文
## Related Concepts
- [[Markdown 文件]] — 典型存储格式
- [[记忆巩固]] — 夜间自动整理机制
- [[记忆后端]] — Camp 1 的替代方案