From 730ce98d889fda0b9be3d2e96db10490db6e6cd1 Mon Sep 17 00:00:00 2001 From: chana Date: Wed, 4 Mar 2026 11:33:50 -0800 Subject: [PATCH] lk init --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acffaa9..62ac759 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,16 @@ The project includes a complete [AGENTS.md](AGENTS.md) file for these assistants ## Dev Setup -Clone the repository and install dependencies to a virtual environment: +Create a project from this template with the LiveKit CLI (recommended): + +```bash +lk cloud auth +lk agent init my-agent --template agent-starter-python +``` + +The CLI clones the template and configures your environment. Then follow the rest of this guide from [Run the agent](#run-the-agent). + +Alternatively, clone the repository and install dependencies to a virtual environment: ```console cd agent-starter-python