Skip to content

Conversation

nbsp
Copy link
Contributor

@nbsp nbsp commented Nov 29, 2024

  • types
  • logging
  • tts
  • tts stream adapter
  • stt
  • stt stream adapter
  • llm
  • vad
  • vpa
  • mma
  • realtime
  • testing
  • examples

Copy link

changeset-bot bot commented Nov 29, 2024

🦋 Changeset detected

Latest commit: 37ea09e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@livekit/agents Minor
@livekit/agents-plugin-deepgram Patch
@livekit/agents-plugin-elevenlabs Patch
@livekit/agents-plugin-openai Patch
@livekit/agents-plugin-silero Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nbsp nbsp force-pushed the nbsp/add/metrics branch from 789dca3 to 940636f Compare December 1, 2024 09:17
@nbsp nbsp marked this pull request as ready for review December 1, 2024 12:08
@nbsp nbsp requested a review from theomonnom December 1, 2024 12:08
Comment on lines +62 to 63
protected output = new AsyncIterableQueue<ChatChunk>();
protected queue = new AsyncIterableQueue<ChatChunk>();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two queues are kind of confusing. If I'm a user implementing a plugin, I would not be sure which one to use

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm currently looking into replacing AsyncIterableQueue with web streams across the whole framework, which have a tee function

@nbsp nbsp merged commit 4956dc6 into next Dec 2, 2024
4 checks passed
@nbsp nbsp deleted the nbsp/add/metrics branch December 2, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants