Update cli_reference.md

This commit is contained in:
Dalton Flanagan 2024-07-29 16:31:56 -04:00 committed by GitHub
parent dd6c1f1e64
commit a789c47ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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, lets 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`.