File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Features:
57
57
- Custom LLM Server. You can customize your LLM Server in ` Settings ` -> ` Tools ` -> ` AutoDev `
58
58
- Custom Living documentation.
59
59
- Team prompts. Customize your team prompts in codebase, and distribute to your team.
60
+ - Custom AI Agent. You can integrate your own AI Agent into AutoDev.
60
61
- Prompt override. You can override AutoDev's prompt in your codebase.
61
62
- Infrastructure / DevOps
62
63
- CI/CD support. AutoDev will auto generate CI/CD config file.
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Features:
63
63
- Custom LLM Server. You can customize your LLM Server in ` Settings ` -> ` Tools ` -> ` AutoDev `
64
64
- Custom Living documentation.
65
65
- Team prompts. Customize your team prompts in codebase, and distribute to your team.
66
+ - Custom AI Agent. You can integrate your own AI Agent into AutoDev.
66
67
- Prompt override. You can override AutoDev's prompt in your codebase.
67
68
- Infrastructure / DevOps
68
69
- CI/CD support. AutoDev will auto generate CI/CD config file.
Original file line number Diff line number Diff line change 1
1
# Custom Agent Server example
2
2
3
- 详细见示例:[ server.py] ( server.py )
3
+ code:[ server.py] ( server.py )
4
+
5
+ Run
6
+
7
+ ``` bash
8
+ python server.py
9
+ ```
10
+
You can’t perform that action at this time.
0 commit comments