Elektrine lite

← Feed

@ripienaar@devco.social

Post #2711175

2026-05-14 19:27 UTC

Been experimenting with turning App Builder CLI tools into Agentic Agents with the App Builder definition turning into LLM tools called using the standard tool calling methods. Pretty neat if you're into AI and thinking about CLIs, Ops tools etc https://www.youtube.com/watch?v=N6QbXp5HdcA

Replies (1)

  • @ripienaar@devco.social 2026-05-14 20:02

    The examples in the video is perhaps not the best - you dont gain much from a single tool call. But here is it doing 4 tools calls in a row to solve a problem, fetch a lot of data then combine, smmarize and report. This is where the loop becomes quite useful. https://gist.github.com/ripienaar/cc45167167ff986bc43fab14f467cf01

    Open ##2978868