geekan / MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
https://deepwisdom.ai/
MIT License
44.98k stars 5.35k forks source link

Build Action for DB operation such as connection and analysis #1149

Open jinchihe opened 7 months ago

jinchihe commented 7 months ago

Feature description

Suggest to build a Action (and Role) for DB operation such as DB connection and make data visualization from DB basic on LLM.

The Aciton/Role can be:

  1. connect to DB with user conf.
  2. data analysis and visualization (such as LLM-based BI).

Your Feature

geekan commented 7 months ago

Outstanding concept! Can you write more about this idea?

krish240574 commented 7 months ago
  1. Connect to a dB with creds., or to a BI system.
  2. Get data based on query
  3. Plot, train models based on data

This could simply become a tool, that returns data to the DI, which is then consumed by the DI for analysis