You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI clones the template and configures your environment. Then follow the rest of this guide from [Run the agent](#run-the-agent).
67
+
68
+
<details>
69
+
<summary>Alternative: Manual setup without the CLI</summary>
70
+
59
71
Clone the repository and install dependencies to a virtual environment:
60
72
61
73
```console
@@ -76,6 +88,8 @@ lk cloud auth
76
88
lk app env -w -d .env.local
77
89
```
78
90
91
+
</details>
92
+
79
93
## Run the agent
80
94
81
95
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