Commit Graph
4 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
u9g d48dfda85d docs: use long-form flags in lk app env example (#87) 2026-06-09 11:21:57 -04:00
u9g b27bf9e7da Use textwrap.dedent for multiline strings (#73) 2026-05-04 17:30:24 -04:00
u9g 1bab7d439d Unify agent model between agent and tests (#66)
Extract AGENT_MODEL constant in agent.py so tests use the same model as production.
2026-04-14 17:46:52 -04:00