Files
deepseek-harness/docs/user/guide/index.md
T
Tianyi Cui 797ea7c574 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.
2026-08-13 12:51:06 +08:00

1.0 KiB

Use the Web UI

English | 中文

Start the Web UI through the root README; 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.

Configure a model

Open Settings → Models, enter a DeepSeek API key, and save it. The model route becomes usable immediately without restarting the server.

The model configuration guide covers other providers and custom OpenAI-compatible endpoints.

Run a task

Start a session and send:

Summarize this repository and identify its main packages.

The agent can read and edit workspace files, run commands, delegate work, and maintain a plan. The Web UI asks before operations that require approval under the active permission policy.

Continue