https://github.com/eosphoros-ai/db-gpt-plugins
Multi-Agents & Plugins repo for DB-GPT, Can complete various tasks around databases.
https://github.com/eosphoros-ai/db-gpt-plugins
auto multi-agents plugins plugins-manager
Last synced: about 1 year ago
JSON representation
Multi-Agents & Plugins repo for DB-GPT, Can complete various tasks around databases.
- Host: GitHub
- URL: https://github.com/eosphoros-ai/db-gpt-plugins
- Owner: eosphoros-ai
- License: mit
- Created: 2023-05-12T08:08:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T12:33:28.000Z (about 2 years ago)
- Last Synced: 2025-03-20T23:33:50.991Z (about 1 year ago)
- Topics: auto, multi-agents, plugins, plugins-manager
- Language: Python
- Homepage:
- Size: 32.8 MB
- Stars: 99
- Watchers: 5
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DB-GPT-Plugins
DB-GPT Plugins Repo, Which support AutoGPT plugin.
## Installation
⚠️This is a work in progress⚠️
Here are the steps to configure DB-GPT Plugins:
1. Install DB-GPT
If you haven't done so, follow the installation instructions given by [DB-GPT](https://db-gpt.readthedocs.io/en/latest/getting_started/getting_started.html) to install it.
2. Download the plugins folder from the root of DB-GPT directory
In order to make it easier to use the plugin, we will load a dashboard drawing plugin by default when the task starts.
To download it directly from your DB-GPT directory.
3. Install Plugin dependencies
```
pip install -r requirements.txt
```
Each plugin will also have its own usage tutorial, you can find the specific usage method in the readme
## Plugins
> For interactionless use, set ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,example-plugin3 in your .env
There are two categories of plugins: built-in party and third party. built-in party plugins are included in this repo and are installed by default when the plugin platform is installed. Third-party plugins need to be added individually. Use built-in party plugins for widely-used plugins, and third-party for your specific needs. You can view all the plugins and their contributors on this directory.
You can also see the plugins here:
| Plugin | Description | Location |
|--------------|-----------|--------|
| db_dashboard | This gives DB-GPT info about data analysis. | [dbgpt_plugins/db_dashboard](https://github.com/csunny/DB-GPT-Plugins/tree/main/src/dbgpt_plugins/db_dashboard) |
## Configuration
For interactionless use, set:
ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,etc in your .env file to allow plugins to load without prompting. DENYLISTED_PLUGINS=example-plugin1,example-plugin2,etc in your .env file to block plugins from loading without prompting.
# Get Help
For more information, visit the [**Discord**](https://discord.gg/xfNDzZ9t) server.