Add UV_COMPILE_BYTECODE=1 to compile Python source to bytecode during
install. This reduces agent cold-start time at the expense of a slightly
longer build.
Mirrors livekit/web#4070.
* Update avatar provider example from hedra to anam
* Trim anam avatar comment to match original style
* Move anam avatar comment to after session.start
* Use deepgram
* Switch Deepgram STT to nova-3 multi
* Replace MCP server recommendations with LiveKit CLI
Rewrite AGENTS.md and README.md to lead with the LiveKit CLI (`lk docs`)
as the primary way to give coding agents LiveKit documentation access.
The MCP server is retained as a secondary option for deeper IDE
integration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Consolidate bottom CLI section to match node starter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update docs URLs to match new site structure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Port remaining URL and content updates from Node starter PR
Updates docs URLs to match new site structure:
- /agents/build/ -> /agents/logic/ and /agents/start/
- /home/cloud/ -> /transport/media/
- /home/self-hosting/ -> /transport/self-hosting/local/
- /agents/ops/deployment/ -> /deploy/agents/
- Metrics/logging -> Agent Observability
- Voice pipeline description updated
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* 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>
* 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.