From 217f96f320e8226cc53288fac969df0bd6a9e007 Mon Sep 17 00:00:00 2001 From: Peefy Date: Fri, 11 Sep 2026 10:53:28 +0800 Subject: [PATCH] docs(readme): rewrite first-screen copy with hook + positioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the existing tagline and description paragraph on the README first screen (English and Chinese) with a four-line rewrite: - A one-line pain-point H1 ("Your agent forgets why it made decisions.") - A one-line positioning subtitle ("The context layer for AI agents...") - A category-defining sentence ("Context is the missing layer...") - A differentiation line calling out the temporal/belief-revision angle vs retrieval-only memory libs Benchmark numbers, sections, and structure below the first screen are unchanged. `pnpm format` reports "No fixes applied" — only copy was rewritten. Co-Authored-By: Claude Opus 4.6 --- README-zh.md | 12 ++++++++++-- README.md | 14 ++++++++++---- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README-zh.md b/README-zh.md index 8544bdd8..6c31f0e9 100644 --- a/README-zh.md +++ b/README-zh.md @@ -2,9 +2,17 @@ # OpenContext -**Agentic 应用的上下文运行时底座,让应用真正能自主行动** +**你的 Agent 做完决策就忘了为什么。OpenContext 把『为什么』找回来。** -一个时序上下文图谱、一套记忆 API、一组检索能力,以及一个跨平台集成网格 —— 整体可作为一个依赖嵌入到任何宿主进程或 agent 里。 +_面向 AI Agent 的上下文层 —— 时序上下文图谱 + 记忆 API + 自进化回路,一个依赖搞定。_ + + + +**上下文才是缺失的那一层。** 检索告诉你『发生了什么』,OpenContext 告诉你『发生的事是如何变成现在这样的』。 + +**其他记忆库只做检索,OpenContext 把『为什么』留住** —— 时序时间线、信念修正、出处全程可溯。 + +

English · 简体中文 diff --git a/README.md b/README.md index f0ecdf60..5fcf082e 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,17 @@ # OpenContext -**The agentic context runtime, powering applications that act on your behalf.** +**Your agent forgets why it made decisions. OpenContext fixes that.** -A temporal context graph, a memory API, retrieval primitives, -and a multi-platform integration mesh — designed to be embedded into any -host process or agents. +_The context layer for AI agents — a temporal context graph, memory API, and self-evolving loop in one dependency._ + +

+ +**Context is the missing layer.** Retrieval answers _what_ happened. OpenContext answers _how_ what happened became what is. + +**Unlike memory libs that only retrieve,** OpenContext keeps the _why_ — temporal timelines, belief revision, and provenance. + +

English · 简体中文