Install (user machine = download only)
CI ships portable packs (embedded Python + deps + report player).
Installers do not run uv/pip/build on your machine.
Windows PowerShell
irm "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.8/install.ps1" -OutFile "$env:TEMP\lks-install.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\lks-install.ps1" -VerifymacOS / Linux
curl -fsSL "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.8/install.sh" | bash -s -- --verifyAssets
| Asset | Who |
|---|---|
lks-windows-x64.zip |
Windows |
lks-linux-x64.zip |
Linux |
lks-macos-arm64.zip |
Apple Silicon |
install.ps1 / install.sh |
one-shot installers |
*.whl |
optional (devs) |
What's Changed
- feat(audio): audio degradation effects on caller mic by @qdang46 in #63
- feat(assert): observe agent handoffs + handoff/no_unplanned_handoff asserts by @qdang46 in #64
- feat(serve): REST API over the shared ops layer by @qdang46 in #65
- feat(optimize): offline persona-prompt optimizer (lks optimize) by @qdang46 in #66
- feat(audio): audio-onset latency layer — perceived TTFA / turn-taking audio by @qdang46 in #67
Full Changelog: v0.1.7...v0.1.8