- demo 是跑在 playground中的。
语音助手demo
概念
-
Concepts
Agent: A function that defines the workflow of a programmable, server-side participant. This is your application code.
Worker: A container process responsible for managing job queuing with LiveKit server. Each worker is capable of running multiple agents simultaneously.
Plugin: A library class that performs a specific task, like speech-to-text, from a specific provider. An agent can compose multiple plugins together to perform more complex tasks. -
agent : 是一个函数,定义一个可编程的服务端的参与者,这个是app代码。
-
w