Skip to content

v0.1.8

Latest

Choose a tag to compare

@quangdang46 quangdang46 released this 12 Aug 17:35
· 18 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.8/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.8/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(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