Skip to content

v0.1.5

Choose a tag to compare

@qdang46 qdang46 released this 24 Jul 04:51
· 111 commits to main since this release
9b52e86

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.5/install.ps1" -OutFile "$env:TEMP\lk-sim-install.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\lk-sim-install.ps1" -Verify

macOS / Linux

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

Assets

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: make lks the primary CLI name, keep lk-sim as alias by @quangdang46 in #21
  • feat: continuous ambient noise loop for room_pcm beds by @quangdang46 in #22
  • feat: quiet-caller voice_gain (PCM scale after Gemini Live) by @quangdang46 in #38
  • feat: silent_mode for unresponsive / dead-air callers by @quangdang46 in #39
  • feat: polish authoring quality gate (codes, tier, constraints) by @quangdang46 in #40
  • feat: backchannel_agent_continued assert (Hamming taxonomy) by @quangdang46 in #42
  • feat(#25): interruption_rate - parallel InterruptRateRunner by @qdang46 in #43
  • feat: hold / agent dead-air timeout (hold_music_timeout_s) (#29) by @qdang46 in #44
  • feat: scenario-from-run smart extract - goals/constraints + Behavior stub from markers (#34) by @qdang46 in #45
  • docs: sync GUIDE + installation with CLI/MCP and merged features by @qdang46 in #46
  • feat: add before_run / after_run lifecycle hooks to plugin system by @quangdang46 in #47
  • fix: drain ingress and promote tool progress events by @qdang46 in #48
  • feat: introduce caller verbosity settings and enhance natural speec by @qdang46 in #49

Full Changelog: v0.1.4...v0.1.5