Skip to content

Commit 6f61909

Browse files
docs: add veadk web cli description (#11)
1 parent 309630c commit 6f61909

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
An open-source kit for agent development, integrated the powerful capabilities of Volcengine.
1111

12+
For more details, see our [documents](https://volcengine.github.io/veadk-python/).
13+
1214
## Installation
1315

1416
We use `uv` to build this project ([how-to-install-uv](https://docs.astral.sh/uv/getting-started/installation/)).

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)