mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Route documentation home to quick start
This commit is contained in:
@@ -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: bf656e391273b828abe67bc0741f2efe7de957c6
|
||||
index.zh.md: 1d4a45a1423604d60ec9fba76431f9b7f0844044
|
||||
index.md: 6b7f3f2e3f5a2cc0233ee4785d5495bf6369f025
|
||||
index.zh.md: 350185cc98d1cafdac26f48dc377384884eec284
|
||||
|
||||
+5
-19
@@ -1,23 +1,9 @@
|
||||
---
|
||||
layout: home
|
||||
hero:
|
||||
name: DeepSeek Harness
|
||||
text: Plugin-based Coding Agent
|
||||
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: Microkernel
|
||||
details: The kernel manages plugin lifecycles, events, and dependencies without containing product-specific capabilities.
|
||||
- title: Plugin-first
|
||||
details: Models, tools, sessions, and storage are provided by plugins that work together through events.
|
||||
- title: Composable
|
||||
details: Select, replace, or extend capabilities through configuration without modifying the Agent Loop.
|
||||
layout: false
|
||||
head:
|
||||
- - meta
|
||||
- http-equiv: refresh
|
||||
content: 0; url=./guide/quickstart
|
||||
---
|
||||
|
||||
# DeepSeek Harness
|
||||
|
||||
+5
-19
@@ -1,23 +1,9 @@
|
||||
---
|
||||
layout: home
|
||||
hero:
|
||||
name: DeepSeek Harness
|
||||
text: 插件化 Coding Agent
|
||||
tagline: 基于 Cordis 微内核,一切皆插件
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 快速开始
|
||||
link: /guide/quickstart
|
||||
- theme: alt
|
||||
text: 开发插件
|
||||
link: /develop/basic/
|
||||
features:
|
||||
- title: 微内核
|
||||
details: 内核只负责插件生命周期、事件通信和依赖管理,不包含具体业务能力。
|
||||
- title: 插件化
|
||||
details: 模型、工具、会话和存储都由插件提供,并通过事件协作。
|
||||
- title: 自由组合
|
||||
details: 通过配置选择、替换或扩展能力,不需要修改 Agent Loop。
|
||||
layout: false
|
||||
head:
|
||||
- - meta
|
||||
- http-equiv: refresh
|
||||
content: 0; url=./guide/quickstart
|
||||
---
|
||||
|
||||
# DeepSeek Harness
|
||||
|
||||
Reference in New Issue
Block a user