Files
deepseek-harness/docs/user/guide/index.zh.md
2026-08-12 11:44:33 +08:00

29 lines
1009 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 使用 Web UI
[English](index.md) | 中文
先按照[根 README](../../../README.md#run)启动 Web UI命令会打印其访问地址。本指南从服务器已经运行的状态开始。
调用目录是默认工作区,因此 agent智能体可以检查并修改启动 `dsh` 时所在的项目。
## 配置模型
打开**设置 → 模型**,输入 DeepSeek API 密钥并保存。模型路由会立即可用,不需要重启服务器。
[模型配置指南](./providers.md)介绍其他提供方和自定义 OpenAI 兼容端点。
## 运行任务
启动一个会话并发送:
> Summarize this repository and identify its main packages.
agent 可以读取和编辑工作区文件、运行命令、委派工作并维护计划。当操作在当前权限策略下需要审批时Web UI 会先询问你。
## 继续使用
- [配置模型](./providers.md)
- [使用 Python SDK](./python-sdk.md)
- [使用其他 CLI 模式](../../../apps/cli/README.md)
- [开发插件](../develop/basic/)