Merge remote-tracking branch 'origin/master' into worktree/multimodal-ui

This commit is contained in:
creatixchu
2026-08-11 19:29:53 +08:00
13 changed files with 105 additions and 52 deletions

View File

@@ -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 docs/user/index.md
index.md: e9a1f03785c7472c47550ec59ea0165d28d3d9a6
index.zh.md: aba42d79d36e7f5c2e6833f609e48f7b2a79f813
index.md: 6b7f3f2e3f5a2cc0233ee4785d5495bf6369f025
index.zh.md: 350185cc98d1cafdac26f48dc377384884eec284

View File

@@ -1,23 +1,9 @@
---
layout: home
hero:
name: DeepSeek Harness
text: Plugin-based agent development framework
tagline: Built on the Cordis microkernel; everything is a plugin
actions:
- theme: brand
text: Quick start
link: /en/guide/quickstart
- theme: alt
text: Develop plugins
link: /en/develop/basic/
features:
- title: Plugin architecture
details: Built on the Cordis plugin system. Every capability is registered by a plugin, takes effect when loaded, and is reverted when unloaded.
- title: Configuration as composition
details: One cordis.yml determines the agent's complete capability set. Change a model or add a tool by editing configuration.
- title: Ready to use
details: Includes LLM calls, file access, Bash execution, subagent delegation, and the rest of the core toolchain. Copy a template to get started.
layout: false
head:
- - meta
- http-equiv: refresh
content: 0; url=./guide/quickstart
---
# DeepSeek Harness

View File

@@ -1,23 +1,9 @@
---
layout: home
hero:
name: DeepSeek Harness
text: 插件化 agent智能体开发框架
tagline: 基于 Cordis 微内核,一切皆插件
actions:
- theme: brand
text: 快速开始
link: /guide/quickstart
- theme: alt
text: 开发插件
link: /develop/basic/
features:
- title: 插件化架构
details: 基于 Cordis 插件系统,所有能力通过插件注册,加载即生效、卸载即还原。
- title: 配置即组合
details: 一个 cordis.yml 决定整个 agent 的能力组合——换模型、加工具,只需改一行配置。
- title: 开箱即用
details: 内置 LLM大语言模型调用、文件读写、Bash 执行、subagent 委派等完整工具链,复制模板即可运行。
layout: false
head:
- - meta
- http-equiv: refresh
content: 0; url=./guide/quickstart
---
# DeepSeek Harness