Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jul 04:55
· 152 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.4/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.4/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

  • test: align package_web_dir tests with mtime preference by @quangdang46 in #2
  • docs: mandatory one-gap-one-PR merge gate by @quangdang46 in #3
  • feat: Assert outcome constraint_respected (P1.H) by @quangdang46 in #5
  • feat: Assert.tool_order required tool.start subsequence (P1.I) by @quangdang46 in #6
  • feat: people-pleaser counter templates (P1.H1) by @quangdang46 in #12
  • docs: defer warm-transfer observe (P2.A) by @quangdang46 in #17
  • docs: noise_gain guidance + suite mix recipe (P0 residual) by @quangdang46 in #15
  • feat: preflight guidance for outbound_sim_callee DID hairpin (P1.E) by @quangdang46 in #7
  • feat: compare --baseline hard regression gate (P1.D) by @quangdang46 in #9
  • feat: multi-judge PassCriteria all|majority|any (P1.C) by @quangdang46 in #8
  • feat: web markers chips by interrupt class (P1.L) by @quangdang46 in #13
  • feat: caller dialog policy for Gemini fidelity (Strategy + Composite) by @quangdang46 in #18
  • Dev by @qdang46 in #19
  • feat: implement human-like scenario caller plan and refine dialogue by @qdang46 in #20

New Contributors

Full Changelog: v0.1.3...v0.1.4