We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f312764 commit 6a01751Copy full SHA for 6a01751
2 files changed
.gitignore
@@ -205,3 +205,6 @@ cython_debug/
205
marimo/_static/
206
marimo/_lsp/
207
__marimo__/
208
+
209
+# ADK
210
+.adk
README.md
@@ -64,6 +64,7 @@ The Agent Development Kit includes a built-in web-based Development UI that you
64
65
1. **Start the ADK web server:**
66
```bash
67
+ gcloud auth application-default login
68
adk web
69
```
70
0 commit comments