I am using <https://github.com/livekit/agents-play...
# ask-ai
f
I am using https://github.com/livekit/agents-playground for client to test my agent. It provides video, agent tts and chat out of the box. Now I want to test some rpc functionalities, Is there some simple way to test that using agents-playground? If not, then how?
t
Thanks for reaching out, Tushar. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Hey there! The LiveKit agents-playground comes with a handy built-in RPC testing interface that makes trying out RPC features super easy. Here’s a quick guide on how to use it: • Method Name Input: Just type in the RPC method name you want to call (like "my_method"). • Payload Input: Pop in your payload data in JSON format (for example, {"my": "payload"}). • Execute RPC Call: Hit the "Perform RPC" button to run the call. • View Results: You’ll see success messages in green with the returned data, or red error messages if something goes wrong. You can try it out right away on the hosted version at
<HOSTED_PLAYGROUND_URL>
, or if you prefer, clone the repo and run it yourself. If you have any questions or need a hand, just let me know—I’m here to help! Sources: README.md | Agents Playground | LiveKit Docs