-
Notifications
You must be signed in to change notification settings - Fork 117
AssemblyAI Plugin #315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssemblyAI Plugin #315
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! just a couple more things.
@josiahbryan @nbsp what is the status on this? would love to get this merged in! |
Unknown from my side. I believe I've completed everything requested, please let me know if you need anything else for me. I haven't looked at this code in a long time, I've moved on to other projects, but I'm happy to tie up any loose ends if needed. As far as I know, it's ready for merge, but feel free to change anything you want |
Hey @josiahbryan @jsinge97 sorry for the lack of communication. but this should be good to go on our end. I'm going to make it off the main branch. |
"README.md" | ||
], | ||
"scripts": { | ||
"build": "tsup --onSuccess \"tsc --declaration --emitDeclarationOnly\"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josiahbryan can you guys adopt the adapt the CJS compat pattern? After that this should be good to go!
I'm unable to continue contributing to this plug-in at this time because I
have urgent priorities for the next few months that take up all my time. If
somebody else could assist in pushing it over the finish line I would
greatly appreciate it!
…On Tue, Jun 10, 2025, 5:45 PM Shubhra ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In plugins/assemblyai/package.json
<#315 (comment)>:
> + "types": "./dist/index.d.ts",
+ "import": "./dist/index.js",
+ "require": "./dist/index.cjs"
+ }
+ },
+ "author": "LiveKit",
+ "type": "module",
+ "repository": ***@***.***:livekit/agents-js.git",
+ "license": "Apache-2.0",
+ "files": [
+ "dist",
+ "src",
+ "README.md"
+ ],
+ "scripts": {
+ "build": "tsup --onSuccess \"tsc --declaration --emitDeclarationOnly\"",
@josiahbryan <https://github.com/josiahbryan> can you guys adopt the
adapt the CJS compat pattern
<#425>? After that this should
be good to go!
—
Reply to this email directly, view it on GitHub
<#315 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEZELAM47TDQZUZO4AG6P33C5GYBAVCNFSM6AAAAABYNETLD2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDSMJVGEYTENJSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Shubhrakanti do you think you could push it pass the finish line? 🥹🙏 |
Yeah I'll take care of it! |
Integrates AssemblyAI streaming speech-to-text using their official SDK