Help for this if you can

How to create a AI agent for our mobile and how to apply in our own mobile.

Hey Amar, below may help get you started.

  1. You will need an agent running on a server, not inside the phone app. Voice AI quickstart | LiveKit Documentation

  2. For a mobile frontend, just clone the starter for your stack: Starter apps | LiveKit Documentation

  • iOS / macOS: SwiftUI Voice Agent
  • Android: Android Voice Agent (Compose)
  • Flutter: Flutter Voice Agent
  • React Native / Expo: React Native Voice Agent

Flow: create the agent → run it (lk agent dev or deploy) → open the mobile starter → point it at your LiveKit project → talk to the same agent from the phone.

Your development will depend on which mobile stack you’re on.

Hope this information helps. :grinning_face:

What kind of mobile are you wanting to support.

If you go here LiveKit Documentation | LiveKit Documentation and click the “Ask AI” button it may be able to help you get going quickly.

If you can let us know where you are stuck we maybe able to help you move forward.

Thanks for your information sir.