Skip to content

Commit 5390c19

Browse files
aryeilaclaude
andcommitted
Wrap manual setup in collapsed section
Address review feedback by wrapping the alternative manual setup instructions in a <details> collapsed section, keeping the recommended CLI path front and center. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 730ce98 commit 5390c19

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ lk agent init my-agent --template agent-starter-python
5858

5959
The CLI clones the template and configures your environment. Then follow the rest of this guide from [Run the agent](#run-the-agent).
6060

61-
Alternatively, clone the repository and install dependencies to a virtual environment:
61+
<details>
62+
<summary>Alternative: manual setup without the CLI</summary>
63+
64+
Clone the repository and install dependencies to a virtual environment:
6265

6366
```console
6467
cd agent-starter-python
@@ -78,6 +81,8 @@ lk cloud auth
7881
lk app env -w -d .env.local
7982
```
8083

84+
</details>
85+
8186
## Run the agent
8287

8388
Before your first run, you must download certain models such as [Silero VAD](https://docs.livekit.io/agents/build/turns/vad/) and the [LiveKit turn detector](https://docs.livekit.io/agents/build/turns/turn-detector/):

0 commit comments

Comments
 (0)