Skip to content

Releases: quangdang46/livekit_agent_simulator

v0.1.8

Choose a tag to compare

@quangdang46 quangdang46 released this 12 Aug 17:35

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

v0.1.7

Choose a tag to compare

@quangdang46 quangdang46 released this 11 Aug 03:39

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

v0.1.6

Choose a tag to compare

@quangdang46 quangdang46 released this 05 Aug 04:59

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.6/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.6/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: add --wait cooldown between parallel execute scenarios by @qdang46 in #51
  • Add --wait cooldown for parallel execution of scenarios by @qdang46 in #52
  • fix: Gemini speech jitter buffer + parallel execute cancel by @qdang46 in #50

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@qdang46 qdang46 released this 24 Jul 04:51
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

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jul 04:55

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

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:11

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.3/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.3/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)

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 09:11

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.2/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.2/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)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@quangdang46 quangdang46 released this 13 Jul 05:56

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.1/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.1/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)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:54

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.0/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.0/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)

Full Changelog: https://github.com/quangdang46/livekit-agent-simulator/commits/v0.1.0