Skip to content

Commit 391f132

Browse files
committed
feat(docs): add quick start guide and example for AutoDev usage
1 parent 73b9dee commit 391f132

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/local-agent/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ AutoDev 的本地智能体是基于 DevIns 语言与 [Shire](https://shire.phoda
1212

1313
示例见:[Untitled .devin](https://github.com/unit-mesh/untitled/tree/master/.devin)
1414

15+
## 快速开始
16+
17+
1. 创建 `sample.devin`
18+
19+
```devin
20+
Explain code /file:src/main/java/com/example/Controller.java
21+
```
22+
23+
2. 点击运行
24+
25+
![AutoDev DevIns](https://unitmesh.cc/auto-dev/autodev-devins.png)
26+
1527
## 示例
1628

1729
### 获取远程规范,调用 AI 编写代码

0 commit comments

Comments
 (0)