AI Agent

Gentmini

📂 Repo: github.com/babanini95/gentmini

I’ve been curious about AI agent for a while now. It has been a hot topic in some of my social media timelines. And recently, I’ve been diving deeper into how AI agents work. Not just from the outside as a user of ChatGPT or Gemini, but how you can wire up a language model with tools and make it interact with an environment.

To make the learning process hands on, I built Gentmini: a minimal AI agent using Google’s Gemini API. It’s not a full fledged framework, but a focused learning project that helped me practice Python, functional programming, and understand the building blocks of agent design.