TinyAgent is a minimalistic AI agent written in Go. Its sole purpose is to provide a playground for experimenting with foundational models rapidly.
It should act as a boilerplate template meant to be cloned and customized for your needs.
An AI agent at the core could be defined by following equation:
Agent = Model + Loop + Tools
To keep things simple, TinyAgent will use Gemini as the foundation model because it offers a generous free tier and is very fast and very cheap.
TinyAgent is not intended for production use. It is a toy project meant to be used for experimentation and learning purposes only.
This project is not affiliated with or endorsed by employer (Google, Inc. or any of its affiliates).