2f9b00ae29
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.
master
mmanningau2026-03-05 15:13:56 +11:00
8ba9cb7a62
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.
mmanningau2026-03-04 18:58:03 +11:00
e703df9ec1
Check in before major engine ovberhaul to use the Google Mediapipe LLM framework.
mmanningau2026-03-02 10:05:08 +11:00
d4322740e2
Currently confirmed offline model download and communications are working. Next step is to build the JSON schema for local models to understand tool calling
mmanningau2026-02-28 14:20:22 +11:00
93a2c48e4b
Made the decision to initially stick to the Ollama LLM backend and not go down the whole c++ download and compile for MLC LLM usage. Update to the UI to now include the model downloaded for the Llamatik backend to use. Tested as working and downloading models successfully.
mmanningau2026-02-28 12:58:04 +11:00
66e4b04ed8
Updated the AliceAgent.kt filename and refactored - hopefully haven't broken anything else.....
MLC_vs_Llamatik
mmanningau2026-02-28 10:34:36 +11:00
25167ff6cb
Large changes to the UI ( and matching backend) to allow for chat threads, system prompt changes, and starting the MLC LLM integration options for the backend AI switch/choice
mmanningau2026-02-28 10:30:54 +11:00
8b474d81be
UI and Skills settings update to now allow for on the fly model changes and the skills directory to be changed. Both confirmed as working
mmanningau2026-02-27 15:48:50 +11:00
1a3d6bde7c
Added the langchain4j and LLM routing functionality. Tested with a basic ping_server skill which worked.
mmanningau2026-02-27 15:18:34 +11:00
12c54e237b
Updated to now auto create the skills folder ready for the skills plugin. Also updated the UI to show this path and allow for "real" navigation between settings and the chat interface.
mmanningau2026-02-27 11:28:50 +11:00
0340f80adb
Implemented a test remote callout to an LLM running on the local host machine for development and testing purposes. Successfully getting LLM responses in the Alice messages UI
mmanningau2026-02-27 10:20:23 +11:00
7c1bc79fb2
Now have the message box - send to langchain4j routine set up and confirmed, even without an LLM to test against so we prove that the onscreen workflow is OK
mmanningau2026-02-26 10:33:33 +11:00
3f281d0b5b
Basic gradle set up integration.
mmanningau2026-02-25 11:31:46 +11:00