I have items (each item with a name) that could be added/removed (actions) to a cart. I want to use koog in order to transform user prompt to search by name and add/remove from the cart. This should be done with some l*ocal model* on Android app.
E.g prompt: add 3 bottles of milk to cart - should "search" and "add to card" action.
Is there any example what local model to use, how to use mcp koog with that? Is this possible?