From a789c47ec95f2ce0a18dbdbb84183397ee7e4f52 Mon Sep 17 00:00:00 2001 From: Dalton Flanagan <6599399+dltn@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:31:56 -0400 Subject: [PATCH] Update cli_reference.md --- docs/cli_reference.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/cli_reference.md b/docs/cli_reference.md index 1e5652e2c..404d13c19 100644 --- a/docs/cli_reference.md +++ b/docs/cli_reference.md @@ -153,14 +153,13 @@ Run `llama inference --help` for more information. ## Step 4. Start the agentic system -The `llama agentic_system` command helps you configure and launch agentic systems. The `llama agentic_system configure` command sets up the configuration file the agentic code expects, and the `llama agentic_system start_app` command streamlines launching. - +The `llama agentic_system` command sets up the configuration file the agentic client code expects. For example, let’s run the included chat app: ``` llama agentic_system configure -llama agentic_system start_app chat +mesop app/main.py ``` For more information run `llama agentic_system --help`.