Commit Graph
7 Commits
Author SHA1 Message Date
u9g 07a75c4369 post_create: skip the install hint when deps already installed (#91)
The 'uv sync' next-step is redundant when the LiveKit CLI already ran the
install task during `lk agent init --install`. Move it into a guarded subtask
that is skipped when LIVEKIT_DEPS_INSTALLED is set (the CLI sets it on a
successful install), matching the existing status-guard pattern used for
LIVEKIT_AGENT_NAME and LIVEKIT_SANDBOX_ID.
2026-06-24 15:16:24 -04:00
9bf4404101 Update starter to use new turn detection model (#85)
* Update starter to use new turn detection model

* rm redundant para.

* Untrack uv.lock and loosen livekit-agents version constraint

uv.lock should not be tracked in the template (enforced by
template-check.yml CI). Also change livekit-agents from ==1.6.0 to
>=1.6.0 so the starter picks up newer compatible releases.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Update livekit-agents dependency to version 1.6.1

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Chenghao Mou <chenghao.mou@livekit.io>
2026-06-17 17:53:16 +01:00
Tobias Fried 0af033211a chore(task): if agent is named, print console link after bootstrap (#61) 2026-04-13 19:19:31 -06:00
Topherhindman cb13593fbc Update to livekit-agents 1.4, add Python 3.14 support (#47)
* Update to livekit-agents 1.4, add Python 3.14 support

* Use explicit dispatch by default

Set agent_name="my-agent" on the rtc_session decorator so the
agent must be explicitly dispatched to a room rather than
auto-joining every new room. Update the taskfile template
substitution to match the new decorator-based pattern.
2026-02-17 15:04:41 -08:00
Tobias Fried 7953fd91af chore(task): add helper tasks for auto sandbox setup (#25) 2025-10-01 12:53:19 -06:00
Ben Cherry c58557adaa .env.local 2025-07-23 12:14:52 -07:00
Ben Cherry 1856f80292 taskfile 2025-07-18 22:43:44 -04:00