Data Driven Multi-Agents
Introduction
DB-GPT agent is a data-driven multi-agent system that aims to provide a production-level agent development framework. We believe that production-level agent applications need to be based on data-driven decisions and can be orchestrated in a controllable agentic workflow.
Multi-Level API Design
- Python agent API: Build an agents application with Python code, you just need install
dbgptpackage withpip install "dbgpt[agent]" - Application API: Build an agents application in DB-GPT project, you can use all the capabilities of other modules in DB-GPT project.
Most of the time, you can use the Python agent API to build your agents application in a simple way, only a little change to the code when you need to deploy your agents to production.