Skip to content

v0.1.7

Choose a tag to compare

@quangdang46 quangdang46 released this 11 Aug 03:39
· 40 commits to main since this release

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" -Verify

macOS / Linux

curl -fsSL "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.7/install.sh" | bash -s -- --verify

Assets

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 convert by @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