File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 99
1010An 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
1416We use ` uv ` to build this project ([ how-to-install-uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) ).
Original file line number Diff line number Diff line change @@ -35,8 +35,14 @@ veadk deploy
3535可以通过` adk web ` 或` veadk studio ` 来启动Web页面,运行智能体:
3636
3737``` bash
38+ # basic usage:
3839adk 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:
4046veadk studio
4147```
4248
You can’t perform that action at this time.
0 commit comments