Skip to content
AndroidEngineers

Add the Agora Conversational AI Toolkit to Android

9%
Contents
35-45 minutes11 steps
Voice AIIntermediate35-45 minutes

Add the Agora Conversational AI Toolkit to Android

Use the Kotlin client toolkit to consume Conversational AI RTM events, render transcripts, track agent state, and send chat or interrupt messages from an Android app.

1:1 Mentorship

Building this for work or a portfolio?

Book a focused Android session for architecture review, portfolio feedback, interview prep, or turning your Android demo into a production-ready app.

Book 1:1 Session

1. What This Toolkit Does

Understand the responsibility boundary before adding the library to an Android app.

The Agora Conversational AI Toolkit for Android is a client-side Kotlin library for apps that already use Agora RTC and RTM. It consumes RTM events, tracks agent state, renders transcripts, and publishes user controls such as chat, interrupt, manual SOS, and manual EOS.

Important ownership boundary

The toolkit does not create RTC or RTM clients, generate tokens, join RTC channels, or start the Conversational AI agent. Your Android app and backend still own those pieces.

Official source

Agora Conversational AI Toolkit for Android

Official Kotlin toolkit repository with Android demo, toolkit module, backend demo, and architecture notes.

11 steps total