Agents With Database
Most of the time, we want the agent to answer questions based on the data in the database, or make decisions based on the data in the database. In this case, we need to connect the agent to the database.
Installation
To use the database in the agent, you need to install the dependencies with the following command:
pip install "dbgpt[simple_framework]>=0.5.9rc0"