Skip to content

droot/tinyagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyAgent

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.

Features

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.

Disclaimers

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).

About

A tiny AI agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages