v0.1.7
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.7/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.7/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(scenario): support YAML scenario format with
lks convertby @qdang46 in #55 - feat(callers): add OpenAI Realtime caller provider alongside Gemini by @qdang46 in #54
- fix(callers): allow any OpenAI voice name, default marin by @quangdang46 in #56
- fix(callers): stabilize OpenAI caller turn-taking by @quangdang46 in #57
- fix(callers): Gemini barge deadlock + 1007 via macOS TTS by @quangdang46 in #58
- fix(callers): hang-up farewell robustness + script owns-opening refinement by @quangdang46 in #59
- docs: sync README/installation/GUIDE to YAML + current models by @quangdang46 in #60
- feat(cli): add --agent-name to override target worker per run by @quangdang46 in #61
- feat(caller): make simulated caller speech natural, not robotic by @quangdang46 in #62
- feat: DTMF/IVR script action with publish_dtmf by @quangdang46 in #41
Full Changelog: v0.1.6...v0.1.7