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