From bb3476a4e6370658f6689c9bc6f5f81730bdaf78 Mon Sep 17 00:00:00 2001 From: Adrian Kahali Date: Tue, 27 Jan 2026 17:06:35 -0500 Subject: [PATCH] feat(adk): doc context and adk apis --- adk/cli-reference.mdx | 68 +++++++- adk/runtime.mdx | 390 ++++++++++++++++++++++++++++++++++++++++++ docs.json | 1 + 3 files changed, 457 insertions(+), 2 deletions(-) create mode 100644 adk/runtime.mdx diff --git a/adk/cli-reference.mdx b/adk/cli-reference.mdx index b2e0abbe..c78e08a2 100644 --- a/adk/cli-reference.mdx +++ b/adk/cli-reference.mdx @@ -127,7 +127,7 @@ adk add webchat --alias custom-webchat ### `adk chat` -Chat with your deployed bot directly from the CLI. +Chat with your agent in development mode directly from the CLI. **Usage:** ```bash @@ -140,6 +140,62 @@ Run `adk dev` first to create a development bot if you don't have a `devId` in y --- +### `adk run` + +Run a TypeScript script with the ADK runtime fully initialized. This allows you to execute scripts that use your agent's primitives, integrations, and runtime utilities like `client`, `context`, and `adk`. + +**Usage:** +```bash +adk run