Skip to content

Commit 3dd231b

Browse files
authored
Revise UCAgent documentation links
Updated links for UCAgent documentation and installation guides.
1 parent 4afdb59 commit 3dd231b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/beginner/hackathon/_index.cn.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ UCAgent 专注于芯片设计的单元测试(Unit Test)验证工作,可以自
1212

1313
UCAgent 仓库地址:[https://github.com/XS-MLVP/UCAgent](https://github.com/XS-MLVP/UCAgent)
1414

15-
UCAgent 使用手册:[https://open-verify.cc/mlvp/docs/ucagent](https://open-verify.cc/mlvp/docs/ucagent)
15+
UCAgent 使用手册:[https://ucagent.open-verify.cc](https://ucagent.open-verify.cc)
1616

1717
**一、UCAgent 的能力与特点**
1818
UCAgent 提供了完整的 Agent 与 LLM 交互逻辑,并集成了丰富的文件操作工具,可通过标准化API与大语言模型进行直接交互。
@@ -33,9 +33,11 @@ UCAgent 提供了完整的 Agent 与 LLM 交互逻辑,并集成了丰富的文
3333

3434
UCAgent有两种使用模式,一种是直接使用本地 cli 配合大模型的直接使用方式;另一种是 UCAgent 提供 MCP-server 和 code agent 组合使用的MCP模式。相比之下,我们更推荐后者。因为目前 code agent 能力更加强大,能够更好地满足我们的需求和完成任务。
3535

36-
安装教程:MCP集成模式(推荐):[https://open-verify.cc/mlvp/docs/ucagent/usage/mcp](https://open-verify.cc/mlvp/docs/ucagent/usage/mcp/)
36+
首先进行[工具安装](https://ucagent.open-verify.cc/content/01_start/01_installation/)[快速入门](https://ucagent.open-verify.cc/content/01_start/02_quickstart/),之后选择一个使用模式:
3737

38-
安装教程:直接使用模式:[https://open-verify.cc/mlvp/docs/ucagent/usage/direct](https://open-verify.cc/mlvp/docs/ucagent/usage/direct/)
38+
- MCP集成模式(推荐):[https://ucagent.open-verify.cc/content/02_usage/00_mcp/](https://ucagent.open-verify.cc/content/02_usage/00_mcp/)
39+
40+
- 直接使用模式:[https://ucagent.open-verify.cc/content/02_usage/01_direct/#%E7%9B%B8%E5%85%B3%E6%96%87%E6%A1%A3](https://ucagent.open-verify.cc/content/02_usage/01_direct/#%E7%9B%B8%E5%85%B3%E6%96%87%E6%A1%A3)
3941

4042
在《UCagent实操指南》中,详细演示了UCAgent 的安装、配置和使用方法:
4143

0 commit comments

Comments
 (0)