Skip to content

Commit d3d6f05

Browse files
committed
docs: modify Custom Agent README and add AI Agent information
1 parent 35c7b87 commit d3d6f05

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Features:
5757
- Custom LLM Server. You can customize your LLM Server in `Settings` -> `Tools` -> `AutoDev`
5858
- Custom Living documentation.
5959
- 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.
6061
- Prompt override. You can override AutoDev's prompt in your codebase.
6162
- Infrastructure / DevOps
6263
- CI/CD support. AutoDev will auto generate CI/CD config file.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Features:
6363
- Custom LLM Server. You can customize your LLM Server in `Settings` -> `Tools` -> `AutoDev`
6464
- Custom Living documentation.
6565
- 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.
6667
- Prompt override. You can override AutoDev's prompt in your codebase.
6768
- Infrastructure / DevOps
6869
- CI/CD support. AutoDev will auto generate CI/CD config file.

example/custom_agent/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Custom Agent Server example
22

3-
详细见示例:[server.py](server.py)
3+
code:[server.py](server.py)
4+
5+
Run
6+
7+
```bash
8+
python server.py
9+
```
10+

0 commit comments

Comments
 (0)