14 Commits

Author SHA1 Message Date
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. 2026-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. 2026-03-04 18:58:03 +11:00
e703df9ec1 Check in before major engine ovberhaul to use the Google Mediapipe LLM framework. 2026-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 2026-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. 2026-02-28 12:58:04 +11:00
66e4b04ed8 Updated the AliceAgent.kt filename and refactored - hopefully haven't broken anything else..... MLC_vs_Llamatik 2026-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 2026-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 2026-02-27 15:48:50 +11:00
1a3d6bde7c Added the langchain4j and LLM routing functionality. Tested with a basic ping_server skill which worked. 2026-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. 2026-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 2026-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 2026-02-26 10:33:33 +11:00
3f281d0b5b Basic gradle set up integration. 2026-02-25 11:31:46 +11:00
3f9ef6d69b Initial empty project commit. 2026-02-25 11:21:42 +11:00