I just created an improved version of my last LLM integration for kakoune, now with agentic capabilities: GitHub - eko234/gemi2: Agentic assistant tool for kakoune, it can browse the web and it has a very simple implementation of a tool to use a TODOS file when chatting with the model, you can of course add more tools as I’ve created a tools directory that defines a hook to add more tools so you can customize your ideas and workflows, hope you find it useful.
I love how fun it is to manipulate text with kakoune, so I’d rather build tools than to lose one of the more fun parts of programing for me <3
BTW, another difference regarding my las AI plugin, is that you need to spin up the server before using it, could be a bit bothersome, but it means you can share state between kakoune sessions and the state does not depend on a kakoune instance to be up, which used to be very annoying for me.