# dbgpts **Repository Path**: danghl/dbgpts ## Basic Information - **Project Name**: dbgpts - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-04 - **Last Updated**: 2025-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dbgpts This repo will contains some data apps、AWEL operators、AWEL workflow templates and agents which build upon DB-GPT. - [apps](/apps) - [workflow](/workflow) - [agents](/agents) - [operators](/operators) - [resources](/resources) ## Quick Start At first you need to install [DB-GPT](https://docs.dbgpt.site/docs/quickstart) project. We will show how to install a dbgpts from the official repository to your local DB-GPT environment. ### Activate python virtual environment Change to your DB-GPT project directory and run the following command to activate your virtual environment: ```bash conda activate dbgpt_env ``` Make sure you have installed the required packages: ```bash pip install poetry ``` ### List the available flows ```bash dbgpt app list-remote ``` ```bash # Those workflow can be installed. dbgpts In All Repos ┏━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Repository ┃ Type ┃ Name ┃ ┡━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ eosphoros/dbgpts │ operators │ awel-simple-operator │ │ eosphoros/dbgpts │ workflow │ awel-flow-example-chat │ │ eosphoros/dbgpts │ workflow │ awel-flow-simple-streaming-chat │ │ eosphoros/dbgpts │ workflow │ awel-flow-web-info-search │ │ fangyinc/dbgpts │ workflow │ awel-flow-example-chat │ │ fangyinc/dbgpts │ workflow │ awel-flow-simple-streaming-chat │ │ local/dbgpts │ operators │ awel-simple-operator │ │ local/dbgpts │ workflow │ awel-flow-example-chat │ │ local/dbgpts │ workflow │ awel-flow-simple-streaming-chat │ │ local/dbgpts │ workflow │ awel-flow-web-info-search │ │ local/dbgpts │ workflow │ awel-simple-example-chat │ │ local/dbgpts │ workflow │ rag-save-url-to-vstore │ │ local/dbgpts │ workflow │ rag-url-knowledge-example │ └──────────────────┴───────────┴─────────────────────────────────┘ ``` ### List all installed dbgpts ```bash dbgpt app list ``` ```bash Installed dbgpts ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Name ┃ Type ┃ Repository ┃ Path ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ awel-flow-example-chat │ flow │ aries-ckt/dbgpts │ ~/.dbgpts/packages/b8bc19cefb00ae87d6586109725f15a1/awel-flow-example-chat │ │ awel-flow-rag-chat-example │ flow │ aries-ckt/dbgpts │ ~/.dbgpts/packages/b8bc19cefb00ae87d6586109725f15a1/awel-flow-rag-chat-example │ │ awel-flow-simple-streaming-chat │ flow │ eosphoros/dbgpts │ ~/.dbgpts/packages/b8bc19cefb00ae87d6586109725f15a1/awel-flow-simple-streaming-chat │ │ awel-flow-web-info-search │ flow │ eosphoros/dbgpts │ ~/.dbgpts/packages/b8bc19cefb00ae87d6586109725f15a1/awel-flow-web-info-search │ │ awel-list-to-string-operator │ operator │ local/dbgpts │ ~/.dbgpts/packages/b8bc19cefb00ae87d6586109725f15a1/awel-list-to-string-operator │ │ rag-url-knowledge-example │ flow │ local/dbgpts │ ~/.dbgpts/packages/b8bc19cefb00ae87d6586109725f15a1/rag-url-knowledge-example │ └─────────────────────────────────┴──────────┴──────────────────┴─────────────────────────────────────────────────────────────────────────────────────┘ ``` ### Install a dbgpts from official repository ```bash dbgpt app install awel-flow-simple-streaming-chat -U ``` ### View all dbgpts In DB-GPT Wait 10 seconds, then open the web page of DB-GPT, you will see the new AWEL flow in web page. Like this: