v0.1.6
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.6/install.ps1" -OutFile "$env:TEMP\lk-sim-install.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\lk-sim-install.ps1" -VerifymacOS / Linux
curl -fsSL "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.6/install.sh" | bash -s -- --verifyAssets
| Asset | Who |
|---|---|
lk-sim-windows-x64.zip |
Windows |
lk-sim-linux-x64.zip |
Linux |
lk-sim-macos-arm64.zip |
Apple Silicon |
install.ps1 / install.sh |
one-shot installers |
*.whl |
optional (devs) |
What's Changed
- feat: add --wait cooldown between parallel execute scenarios by @qdang46 in #51
- Add --wait cooldown for parallel execution of scenarios by @qdang46 in #52
- fix: Gemini speech jitter buffer + parallel execute cancel by @qdang46 in #50
Full Changelog: v0.1.5...v0.1.6