From 35ac64c2099470d2d3b5eafa2523625f32add1bc Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Thu, 27 Aug 2026 16:23:19 +0800 Subject: [PATCH] docs: link Cordis paper on arXiv --- README.i18n.yaml | 4 ++-- README.md | 2 +- README.zh.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.i18n.yaml b/README.i18n.yaml index 99b7bfa63e..aca5fead6f 100644 --- a/README.i18n.yaml +++ b/README.i18n.yaml @@ -2,5 +2,5 @@ # side as of the last confirmed-consistent state. Both languages carry equal authority; # after editing either side, bring the other along and re-record with: # pnpm run verify-translation-pairing --write README.md -README.md: 8fe2204c765dbccfd79a438a3a58900b7b21f52e -README.zh.md: 3c7ad619303dad747cd5114375647b13a7629f8b +README.md: 9f89db3d4502dea4a0d181799164f304d4976740 +README.zh.md: aa66ef1d24a5e2165859e9337273d807dff3d070 diff --git a/README.md b/README.md index 8fe2204c76..9f89db3d45 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ English | [中文](README.zh.md) DeepSeek Harness (`dsh`) is an open-source agent harness developed by [DeepSeek AI](https://deepseek.com). -It is built on an **everything-is-a-plugin** architecture and powered by [Cordis](https://github.com/cordiverse/cordis), whose design is described in [_A Programming Paradigm for Spatiotemporal Composability_](https://github.com/cordiverse/paper). +It is built on an **everything-is-a-plugin** architecture and powered by [Cordis](https://github.com/cordiverse/cordis), whose design is described in [_A Programming Paradigm for Spatiotemporal Composability_](https://arxiv.org/abs/2608.25512). Documentation: [https://deepseek-harness.github.io/deepseek-harness/](https://deepseek-harness.github.io/deepseek-harness/) diff --git a/README.zh.md b/README.zh.md index 3c7ad61930..aa66ef1d24 100644 --- a/README.zh.md +++ b/README.zh.md @@ -4,7 +4,7 @@ DeepSeek Harness(`dsh`)是由 [DeepSeek AI](https://deepseek.com) 开发的开源 agent harness(智能体框架)。 -它构建于**一切皆插件**的架构之上,由 [Cordis](https://github.com/cordiverse/cordis) 驱动,其设计参见论文 [_A Programming Paradigm for Spatiotemporal Composability_](https://github.com/cordiverse/paper)。 +它构建于**一切皆插件**的架构之上,由 [Cordis](https://github.com/cordiverse/cordis) 驱动,其设计参见论文 [_A Programming Paradigm for Spatiotemporal Composability_](https://arxiv.org/abs/2608.25512)。 文档:[https://deepseek-harness.github.io/deepseek-harness/](https://deepseek-harness.github.io/deepseek-harness/)