까보KKABO.DEV
KOEN

3 posts with this tag

  1. From a chat message to an action on the actual work screen

    One line, "open the work request list", travels through the model’s tool choice, the server’s receipt acknowledgement, AG-UI events and React’s navigation function. I followed a single screen identifier along that path. The model picks the screen and the browser opens it, and the bot’s "I have moved you there" rests on nothing more than the server’s acknowledgement.

    Received only
  2. Gemini function calling in Java: how much you end up doing yourself

    Gemini selects a function and its arguments; your Java application owns the rest. Here is the manual loop, its silent cross-layer failures, and why I chose Google ADK Java with AG-UI.

    Hand-off
  3. How one translation request became an internal LLM platform

    A translation button, asked for in passing. One genai call would have finished it in a day. Instead I built the layer that keeps prompts, instructions, and tools out of the code and on a screen.

    Groundwork