Have settled on testing and using the Qwen2.5:1.5b model as it plays much nicer with the JSON requirements - way better than the Gemma models did. Have refined the calls via LlmManager.kt and MediaPipeAdapter.kt and tested using battery, ping and a new weather skill. Half way through updating further to allow for SMS reading and updating the SkillManager.kt again to accommodate this with a two-pass bridge for python calling.

This commit is contained in:
2026-03-05 15:13:56 +11:00
parent 8ba9cb7a62
commit 2f9b00ae29
5 changed files with 96 additions and 31 deletions

View File

@@ -6,6 +6,10 @@
<uses-permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE" />
<uses-permission android:name="android.permission.READ_SMS"/>
<uses-permission android:name="android.permission.RECEIVE_SMS"/> <!-- for new messages -->
<application
android:name="AliceApp"
android:usesCleartextTraffic="true"