From 9e757c433a97816786214e788d409ebfb07932f0 Mon Sep 17 00:00:00 2001 From: Jorge Garcia Oncins Date: Tue, 3 Jun 2025 14:28:08 +0200 Subject: [PATCH] Add missing dependencies in quickstart command The command fails without these required dependencies Signed-off-by: Jorge Garcia Oncins --- docs/source/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index e084f68b7..ee7cdd4a9 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -82,7 +82,7 @@ for log in AgentEventLogger().log(response): ``` We will use `uv` to run the script ``` -uv run --with llama-stack-client demo_script.py +uv run --with llama-stack-client,fire,requests demo_script.py ``` And you should see output like below. ```