I have items (each item with a name) that could be...
# koog-agentic-framework
c
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?
k
Hi, @Cosmin Mihu We are currently working on supporting local models on Android https://github.com/JetBrains/koog/issues/262, but it's not ready yet
🔥 2