Skip to content

Commit c3ba1bc

Browse files
committed
docs: add veadk web cli description
1 parent 309630c commit c3ba1bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/docs/cli.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,14 @@ veadk deploy
3535
可以通过`adk web``veadk studio`来启动Web页面,运行智能体:
3636

3737
```bash
38+
# basic usage:
3839
adk web
39-
# or
40+
41+
# if you need to use long-term memory, you should use `veadk web`.
42+
# if the `session_service_uri` is not set, it will use `opensearch` as your long-term memory backend
43+
veadk web --session_service_uri="mysql+pymysql://{user}:{password}@{host}/{database}"
44+
45+
# or, use our own web:
4046
veadk studio
4147
```
4248

0 commit comments

Comments
 (0)