mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
docs: restore the Run section heading and retarget guide links
Split the quickstart into a Run section with a Run from npm subsection, mirror it in the Chinese pair, and point the Web UI guide and providers docs back at the #run anchor.
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 README.md
|
||||
README.md: 8564a84eef1e72dc71919df0b22dbac31f8e2acc
|
||||
README.zh.md: 6d710828fd9d744aa1b3f0d786e58b346c7ed17b
|
||||
README.md: 95c7e89da3ff4d88b10bc9acbc1ded2ed065950f
|
||||
README.zh.md: 775e2b32e9af226272b87ee71ebdd3fc553aab4d
|
||||
|
||||
@@ -10,7 +10,9 @@ It uses an architecture where **everything is a plugin**, and is powered by [Cor
|
||||
|
||||
DeepSeek Harness is currently in _developer preview_ and is iterating rapidly. **THERE WILL BE COMPATIBILITY-BREAKING CHANGES.**
|
||||
|
||||
## Run from `npm`
|
||||
## Run
|
||||
|
||||
### Run from `npm`
|
||||
|
||||
Install `Node.js`, then run:
|
||||
|
||||
|
||||
@@ -10,7 +10,9 @@ DeepSeek Harness(`dsh`)是由 [DeepSeek AI](https://deepseek.com) 开发的
|
||||
|
||||
DeepSeek Harness 目前处于 _开发者预览_ 阶段,正在快速迭代。**未来将出现破坏兼容性的变更。**
|
||||
|
||||
## 通过 `npm` 运行
|
||||
## 运行
|
||||
|
||||
### 通过 `npm` 运行
|
||||
|
||||
安装 `Node.js`,然后运行:
|
||||
|
||||
|
||||
@@ -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/guide/index.md
|
||||
index.md: fcf414baf0ee0b959d9cd2dfa128ccd138cfeb62
|
||||
index.zh.md: b4e80202c1555cfbff134a9db03ee92b1239f2ab
|
||||
index.md: 80d288b1aba37e7f0863fe5fc8237cbd2a6ab9b5
|
||||
index.zh.md: addfbc94ff93ed015e52f509a23a3f981e36770b
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
English | [中文](index.zh.md)
|
||||
|
||||
Start the Web UI through the [root README](../../../README.md#run-from-npm); the command prints its URL. This guide begins after that server is running.
|
||||
Start the Web UI through the [root README](../../../README.md#run); the command prints its URL. This guide begins after that server is running.
|
||||
|
||||
The invoking directory is the default workspace, so the agent can inspect and modify the project where you started `dsh`.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[English](index.md) | 中文
|
||||
|
||||
先按照[根 README](../../../README.md#run-from-npm)启动 Web UI;命令会打印其访问地址。本指南从服务器已经运行的状态开始。
|
||||
先按照[根 README](../../../README.md#run)启动 Web UI;命令会打印其访问地址。本指南从服务器已经运行的状态开始。
|
||||
|
||||
调用目录是默认工作区,因此 agent(智能体)可以检查并修改启动 `dsh` 时所在的项目。
|
||||
|
||||
|
||||
@@ -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/guide/providers.md
|
||||
providers.md: 191c5d441bd65d87832578d6c0a7b3771c3fec9f
|
||||
providers.zh.md: 5ff5ae88744eda1942b4b605bb6220d3b833987b
|
||||
providers.md: 099f434ec4602aa402239e83c708d81fcadd7732
|
||||
providers.zh.md: 367c90b525ad628b3cd86b2d22045c25064e88a1
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
English | [中文](providers.zh.md)
|
||||
|
||||
This guide assumes you started the Web UI through the [root README](../../../README.md#run-from-npm). Model changes take effect on the next request without restarting the server.
|
||||
This guide assumes you started the Web UI through the [root README](../../../README.md#run). Model changes take effect on the next request without restarting the server.
|
||||
|
||||
## Configure DeepSeek
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[English](providers.md) | 中文
|
||||
|
||||
本指南假定你已按照[根 README](../../../README.md#run-from-npm)启动 Web UI。模型变更会在下一次请求时生效,不需要重启服务器。
|
||||
本指南假定你已按照[根 README](../../../README.md#run)启动 Web UI。模型变更会在下一次请求时生效,不需要重启服务器。
|
||||
|
||||
## 配置 DeepSeek
|
||||
|
||||
|
||||
Reference in New Issue
Block a user