We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309630c commit c3ba1bcCopy full SHA for c3ba1bc
docs/docs/cli.md
@@ -35,8 +35,14 @@ veadk deploy
35
可以通过`adk web`或`veadk studio`来启动Web页面,运行智能体:
36
37
```bash
38
+# basic usage:
39
adk web
-# 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:
46
veadk studio
47
```
48
0 commit comments