Skip to content

Commit 93113e9

Browse files
aryeilaclaude
andauthored
Swaps to LK init (#53)
* lk init * 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> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0228b80 commit 93113e9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ The project includes a complete [AGENTS.md](AGENTS.md) file for these assistants
4949

5050
## Dev Setup
5151

52+
Create a project from this template with the LiveKit CLI (recommended):
53+
54+
```bash
55+
lk cloud auth
56+
lk agent init my-agent --template agent-starter-python
57+
```
58+
59+
The CLI clones the template and configures your environment. Then follow the rest of this guide from [Run the agent](#run-the-agent).
60+
61+
<details>
62+
<summary>Alternative: manual setup without the CLI</summary>
63+
5264
Clone the repository and install dependencies to a virtual environment:
5365

5466
```console
@@ -69,6 +81,8 @@ lk cloud auth
6981
lk app env -w -d .env.local
7082
```
7183

84+
</details>
85+
7286
## Run the agent
7387

7488
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)