Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

# OpenContext

**Agentic 应用的上下文运行时底座,让应用真正能自主行动**
**你的 Agent 做完决策就忘了为什么。OpenContext 把『为什么』找回来。**

一个时序上下文图谱、一套记忆 API、一组检索能力,以及一个跨平台集成网格 —— 整体可作为一个依赖嵌入到任何宿主进程或 agent 里。
_面向 AI Agent 的上下文层 —— 时序上下文图谱 + 记忆 API + 自进化回路,一个依赖搞定。_

</div>

**上下文才是缺失的那一层。** 检索告诉你『发生了什么』,OpenContext 告诉你『发生的事是如何变成现在这样的』。

**其他记忆库只做检索,OpenContext 把『为什么』留住** —— 时序时间线、信念修正、出处全程可溯。

<div align="center">

<p align="center">
<a href="./README.md">English</a> · <a href="./README-zh.md">简体中文</a>
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

</div>

**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.

<div align="center">

<p align="center">
<a href="./README.md">English</a> · <a href="./README-zh.md">简体中文</a>
Expand Down
Loading