Skip to main content
Agno supports using MySQL as a storage backend for Teams using the MySQLDb class.

Usage

Install the agno, sqlalchemy, pymysql, openai, and ddgs packages:

Set OpenAI Key

Set your OPENAI_API_KEY as an environment variable. You can get one from OpenAI.

Run MySQL

Install docker desktop and run MySQL on port 3306 using:
mysql_for_team.py

Params