livekit / agents

Build real-time multimodal AI applications 🤖🎙️📹
https://docs.livekit.io/agents
Apache License 2.0
1.08k stars 214 forks source link

Custom events to handle for function calling #760

Open mmentese148 opened 4 days ago

mmentese148 commented 4 days ago

I want my ai agent to call functions which could be listened by my front end by some kind of event. How to achieve this?

davidzhao commented 3 days ago

currently you'd have to map the function to Python and then pass that action to the client side using our Data channels

we are working on making it more automated on our side.

mmentese148 commented 1 day ago

@davidzhao Thank you for your reply. Is there a demo of a similar project that I would look at and understand how to implement better. I am a little confused.