Commit Graph
7 Commits
Author SHA1 Message Date
Topherhindman c988952daf Update AGENT_MODEL to use gpt-5.2 version (#69) 2026-04-29 20:59:29 -07:00
Topherhindman 067bc8ec81 remove lambda and just use aicoustics for noise cancellation (#65) 2026-04-13 14:44:00 -07:00
Topherhindman d5d227ede9 remove aicoustics from default starter (#64) 2026-04-13 08:14:46 -07:00
Topherhindman 9b17cd87d6 Upgrade LLM model from GPT-5.2 to GPT-5.3 (#60) 2026-04-10 09:19:21 -07:00
Topherhindman 802cebdd0c Upgrade LLM model from GPT-4.1 to GPT-5.2 and aicoustics (#58)
* Upgrade LLM model from GPT-4.1 to GPT-5.2

* Switch noise cancellation to ai-coustics QUAIL_VF_L
2026-04-07 15:47:56 -07:00
Topherhindman 0228b805da Add livekit agents skill (#49) 2026-02-25 07:09:40 -08:00
Topherhindman cb13593fbc Update to livekit-agents 1.4, add Python 3.14 support (#47)
* Update to livekit-agents 1.4, add Python 3.14 support

* Use explicit dispatch by default

Set agent_name="my-agent" on the rtc_session decorator so the
agent must be explicitly dispatched to a room rather than
auto-joining every new room. Update the taskfile template
substitution to match the new decorator-based pattern.
2026-02-17 15:04:41 -08:00