agents
agents copied to clipboard
Add AssemblyAI Plugin
Extended from PR 419 - https://github.com/livekit/agents/pull/419
⚠️ No Changeset found
Latest commit: 1572f64033b6075c130dcc8ed60f24efa43d1e5b
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: cch41
:x: ryan-assemblyai
You have signed the CLA already but the status is still pending? Let us recheck it.
@ploeber the STT interface requires that the abstract async method _main_task is implemented. Currently _main_task exists as an instance attribute of SpeechStream - I'm not sure how to reconcile this
@ploeber could you test the current changes when you find some time tomorrow?
@ploeber addressed the rest of your comments 🙏
Hey, can @ryan-assemblyai sign the CLA?
@theomonnom signed!
When I click on the CLA it says You have agreed to the CLA for livekit/agents - not sure why it's not updating
@oconnoob ah I think it picked up on your other handle. this is fine IMO.
@oconnoob last thing, could you run:
ruff format . && ruff check --fix .
just to get rid of these formatting warnings
@davidzhao all set!
Thanks @oconnoob!