agents icon indicating copy to clipboard operation
agents copied to clipboard

Stream Manipulation using Custom Plugins

Open parshvadaftari opened this issue 8 months ago • 4 comments

Due to lack of Documentation in plugins section, I'm not sure how to build one let alone how to customise the already existing one. I want manipulate the input and output stream using the custom plugins as descirbed in the documentation but don't know how to do so. It just says:

The plugin framework is designed to be extensible, allowing anyone to build their own plugin. Your plugin can integrate with various providers or directly load models for local inference.

By adopting the standard STT or TTS interfaces, you can abstract away implementation specifics and simplify switching between different providers in your agent code. https://docs.livekit.io/agents/plugins/#Building-your-own

parshvadaftari avatar Jun 19 '24 05:06 parshvadaftari