Add bindings for com.google.mediapipe:tasks-genai Maven artifact#1242
Closed
mattleibow with Copilot wants to merge 5 commits into
Closed
Add bindings for com.google.mediapipe:tasks-genai Maven artifact#1242mattleibow with Copilot wants to merge 5 commits into
mattleibow with Copilot wants to merge 5 commits into
Conversation
Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Can you add bindings for the
Add bindings for com.google.mediapipe:tasks-genai Maven artifact
Aug 7, 2025
com.google.mediapipe:tasks-genai maven artifact
Member
|
@copilot Run the following commands: Commit the changes. Build the repo and commit any changes to Lastly, run: And put the contents from this command in the PR description and commit messages. |
…enAI binding Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>
Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>
…iaPipe GenAI binding" This reverts commit bd6bf20.
Member
|
@copilot Can you run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds .NET for Android bindings for the
com.google.mediapipe:tasks-genaiMaven artifact, which provides Google's MediaPipe GenAI tasks functionality for Android applications.Changes Made
Added a new artifact entry to
config.jsonfor the MediaPipe GenAI tasks library:com.google.mediapipetasks-genai0.10.25(latest available from Google Maven repository)Xamarin.Google.MediaPipe.Tasks.GenAIxbd(Android binding project)The artifact follows the repository's established naming conventions and is positioned alphabetically in the configuration file between
com.google.j2objcandcom.google.mlkitgroups.Testing
The binderator tool successfully generated the binding project without errors, confirming that the Maven artifact is accessible and the configuration is valid.
This addition enables .NET developers to use Google's MediaPipe GenAI capabilities in their Android applications through the standard Xamarin.AndroidX NuGet package ecosystem.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.