Check in part way through the engine update to MediaPipe. Have the system working and now troubleshooting the LLM models and sizes and how they handle the JSON and tool calling loops...Check in to allow dev on the laptop as well from here.

This commit is contained in:
2026-03-04 18:58:03 +11:00
parent e703df9ec1
commit 8ba9cb7a62
10 changed files with 317 additions and 9 deletions

View File

@@ -89,6 +89,9 @@ dependencies {
// Llama.cpp Kotlin Multiplatform Wrapper
implementation("com.llamatik:library:0.8.1")
// Google AI Edge - MediaPipe LLM Inference API
implementation("com.google.mediapipe:tasks-genai:0.10.27")
// Extended Material Icons (for Download, CheckCircle, etc.)
implementation("androidx.compose.material:material-icons-extended")
}