Skip to content

Commit 64f75c4

Browse files
committed
📝 Add agent commands
1 parent 318817c commit 64f75c4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ Then run the following command for detail usage:
175175
```
176176
❯ yutu agent --help
177177
❯ yutu agent --args "help"
178+
# console mode
179+
❯ yutu agent --args "console"
180+
# web mode with three sub-launchers: api, a2a and webui
181+
❯ yutu agent --args "web api a2a webui"
178182
```
179183

180184
## MCP Server

README_zh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ yutu 有两个可用的 action,一个是通用 action,另一个专用于上
175175
```
176176
❯ yutu agent --help
177177
❯ yutu agent --args "help"
178+
# console mode
179+
❯ yutu agent --args "console"
180+
# web mode with three sub-launchers: api, a2a and webui
181+
❯ yutu agent --args "web api a2a webui"
178182
```
179183

180184
## MCP 服务器

0 commit comments

Comments
 (0)