Zacharias
  • Joined on 2025-02-02
Zacharias pushed to master at neurodock/NeuroDock 2026-07-05 21:20:05 +02:00
6e31e31718 Updated so you can dump all messages for an OllamaObject, add a system message, and add messages from a list
Zacharias pushed to master at neurodock/NeuroDock 2026-06-28 17:59:55 +02:00
9c7ba9cb4f Made tool calling async as well, not yet tested
Zacharias pushed to master at neurodock/NeuroDock 2026-06-28 17:19:51 +02:00
caf60eddef Made Core#qurryOllama asynchronous instead to make so it doesn't lock up the calling thread, issue discovered in the (Ollama-chat)[https://git.server.4zellen.se/neurodock/Ollama-chat] Proof of Concept
Zacharias pushed to master at neurodock/NeuroDock 2026-06-28 15:57:48 +02:00
3c6a75a587 Some small poking at things :)
Zacharias pushed to master at neurodock/NeuroDock 2026-06-17 23:16:54 +02:00
6d7088fd76 Renamed return type of Loader#getTools(Plugin) to OllamaFunctionTool from OllamaTool
Zacharias pushed to master at neurodock/NeuroDock 2026-06-16 18:00:07 +02:00
0e31f15e03 Renamed the build.yml to build.yml.old as the backing gitea runner is not online.
Zacharias pushed to master at neurodock/NeuroDock 2026-06-16 17:58:42 +02:00
fcbb405a2e Updated Plugin-API version as it has recived updates since 0.1.0, but yet dine to be in 1.0 release
Zacharias pushed to master at neurodock/NeuroDock 2026-06-15 22:10:10 +02:00
b74c5e9e97 feat(plugin): scaffold RPCP plugin loading core
Zacharias pushed to master at neurodock/NeuroDock 2026-06-15 14:55:29 +02:00
d016ad9a48 refactor(Core): decompose handleResponse and add ToolCallingRender system
Zacharias pushed to master at neurodock/NeuroDock 2026-06-15 00:20:20 +02:00
ff0496eb61 Shit has happend, among the "shit" is working on the files stuff and refactoring Core.Source to reflect on the new names for the difrent types of tool sources
Zacharias pushed to master at neurodock/NeuroDock 2026-05-28 13:06:42 +02:00
b3cb4d86b6 Added early exit for unreachable Ollama
Zacharias pushed to master at neurodock/NeuroDock 2026-05-28 13:05:43 +02:00
ff45efbe67 Removed invalid import statment
Zacharias pushed to master at neurodock/NeuroDock 2026-05-28 12:52:34 +02:00
9a43f8490e Removed invalid import statment
Zacharias pushed to master at neurodock/NeuroDock 2026-05-27 23:53:22 +02:00
3395a591fb Update README.md
Zacharias pushed to master at neurodock/NeuroDock 2026-05-27 23:50:33 +02:00
ab01ac80fb Update README.md
Zacharias pushed to master at neurodock/NeuroDock 2026-05-27 23:50:16 +02:00
4273f6c68c Update README.md
Zacharias pushed to master at neurodock/GUI 2026-05-27 23:47:10 +02:00
a366b1a4bf Updated to reflect the update in 1.6 of Core, and of the move fro me.zacharias.neurodock to me.neurodock
Zacharias pushed to master at neurodock/NeuroDock 2026-05-27 23:40:47 +02:00
8b852bcf36 fixed some broken Javadoc after "The Great Refactor"
Zacharias pushed to master at neurodock/NeuroDock 2026-05-27 23:35:08 +02:00
f50c04c828 refactor: me.zacharias.chat → me.neurodock, org rename cleanup
Zacharias pushed to master at neurodock/NeuroDock 2026-05-27 23:07:08 +02:00
88c593c47d Added files to GIT that where missing