File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 25
25
26
26
[ Quick Start →] ( https://ide.unitmesh.cc/quick-start )
27
27
28
- [ DevIns — AI Agent language for AutoDevelopment →] ( https://ide.unitmesh.cc/devins )
28
+ [ DevIns — AI Agent language for AutoDevelopment →] ( https://ide.unitmesh.cc/devins ) which you can use follow format to operate IDE:
29
+
30
+ /write:src/main/java/com/example/Controller.java#L1-L12
31
+ ```java
32
+ public class Controller {
33
+ public void method() {
34
+ System.out.println("Hello, World!");
35
+ }
36
+ }
37
+ ```
29
38
30
39
AutoDev Overview:
31
40
@@ -64,6 +73,8 @@ Features:
64
73
- Infrastructure / DevOps
65
74
- CI/CD support. AutoDev will auto generate CI/CD config file.
66
75
- Dockerfile support. AutoDev will auto generate Dockerfile.
76
+ - DevIns language
77
+ - Executable AI Agent language.
67
78
- Built-in LLM Fine-tune
68
79
- [ UnitEval] ( https://github.com/unit-mesh/unit-eval ) evaluate llm result
69
80
- [ UnitGen] ( https://github.com/unit-mesh/unit-gen ) generate code-llm fine-tune data.
You can’t perform that action at this time.
0 commit comments