v0.1.10
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.10/install.ps1" -OutFile "$env:TEMP\lks-install.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\lks-install.ps1" -VerifymacOS / Linux
curl -fsSL "https://github.com/quangdang46/livekit-agent-simulator/releases/download/v0.1.10/install.sh" | bash -s -- --verifyAssets
| 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: add negate option to transcript_contains assert outcome by @qdang46 in #95
- feat(rust): add negate to OutcomeExpect (transcript_contains assert) by @qdang46 in #96
- Feat/negate transcript assert by @qdang46 in #97
- fix(observer): merge split user utterances into same turn by @qdang46 in #101
- fix(evals): ground judge verdicts, don't trust ungrounded met=true (#99) by @qdang46 in #102
Full Changelog: v0.1.9...v0.1.10