Add Procrastinate sample app#729
Open
StephaneDelcroix wants to merge 3 commits into
Open
Conversation
A fun anti-productivity app demonstrating: - Shell navigation with tabs - AI integration (Groq Cloud & Apple Intelligence via native xcframework) - Multi-language localization (6 languages) - Nord color palette theming - 9 mini-games including AI-powered Tic Tac Toe - XAML Source Generator usage - Native iOS interop with Swift framework
Replace custom FMWrapper native bridge with Microsoft.Extensions.AI (MEAI): - On-device AI via AppleIntelligenceChatClient (IChatClient) - Cloud AI via OpenAI-compatible IChatClient (Groq) - NLEmbeddingGenerator for quality scoring - 3-agent pipeline excuse generator (Researcher→Writer→Editor) - BYOM (Bring Your Own Model) with any OpenAI-compatible endpoint - Embedded ONNX model support via OnnxRuntimeGenAI - Agent reasoning panel with collapsible UI - API keys stored in SecureStorage - Thread-safe ONNX client, cached embeddings, friendly error messages Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Author
🔄 Updated: Full MEAI Migration + Advanced AI FeaturesThis PR has been updated with a complete migration from the custom FMWrapper native bridge to Microsoft.Extensions.AI (MEAI). Changes include: Core Migration
Advanced Features
Code Quality (from multi-model code review)
|
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.
Summary
This PR adds Procrastinate, a fun anti-productivity app that demonstrates several advanced .NET MAUI features including MEAI (Microsoft.Extensions.AI) integration.
MEAI Features Demonstrated
AppleIntelligenceChatClient(iOS/macOS)NLEmbeddingGeneratorfor quality scoring of generated excusesOnnxRuntimeGenAIwith HuggingFace model downloadOther Features Demonstrated
MauiXamlInflator=SourceGenHackday Challenge Levels Covered
Original Repository
https://github.com/StephaneDelcroix/procrastinate
Testing