Dragon Copilot Embedded for Mobile is an SDK that you can integrate with your Android apps. When initialized, the SDK launches the Dragon Copilot web UI and provides access to Dragon Copilot capabilities from within your app.
Read-only mirror note This repository is intended to publish tags and release notes corresponding to Android SDK releases (for public SCM metadata / version history). Canonical development and CI may occur elsewhere.
This SDK enables scenarios such as:
- Capturing ambient audio and streaming it for Dragon Copilot processing
- Viewing AI-generated notes and transcripts in the Dragon Copilot UI
- Hands-free dictation (speech-to-text)
- In-app access to Dragon Copilot experiences and workflows
Add Maven Central and the Maven artifact to your app module.
repositories {
mavenCentral()
}
dependencies {
implementation("com.microsoft.dragoncopilot:embedded-ui:<version>")
}repositories {
mavenCentral()
}
dependencies {
implementation "com.microsoft.dragoncopilot:embedded-ui:<version>"
}Follow your organization’s standard distribution instructions for any private feed access and the exact version to use.
The Android API reference describes the public classes, initialization flow, authentication callbacks, and session lifecycle for integrating the SDK into your application. Android API reference
Use repository Tags and Releases to track versions and read release notes for each published version.
Use of Dragon Copilot features requires appropriate Dragon Copilot licensing. For licensing guidance, see: https://www.microsoft.com/licensing/guidance/Dragon-Copilot
Please report security vulnerabilities to the Microsoft Security Response Center (MSRC): https://msrc.microsoft.com/create-report
This project follows the Microsoft Open Source Code of Conduct:
https://opensource.microsoft.com/codeofconduct/
FAQ: https://opensource.microsoft.com/codeofconduct/faq/
Contact: opencode@microsoft.com
This project may contain trademarks or logos. Use of Microsoft trademarks or logos is subject to Microsoft’s Trademark & Brand Guidelines: https://www.microsoft.com/legal/intellectualproperty/trademarks