Skip to content

microsoftconnect/Dragon-Copilot-UI-SDK-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Dragon Copilot UI SDK (Android)

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.

Capabilities

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

Getting started

1) Add the SDK dependency

Add Maven Central and the Maven artifact to your app module.

Gradle (Kotlin DSL)

repositories {
	mavenCentral()
}

dependencies {
	implementation("com.microsoft.dragoncopilot:embedded-ui:<version>")
}

Gradle (Groovy DSL)

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.

2) Review the Android API reference

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

3) Versioning

Use repository Tags and Releases to track versions and read release notes for each published version.

Licensing (Product)

Use of Dragon Copilot features requires appropriate Dragon Copilot licensing. For licensing guidance, see: https://www.microsoft.com/licensing/guidance/Dragon-Copilot

Security

Please report security vulnerabilities to the Microsoft Security Response Center (MSRC): https://msrc.microsoft.com/create-report

Code of Conduct

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

Trademarks

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

About

Dragon Copilot Embedded for Mobile is an SDK that you can integrate with your android apps.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors