mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 18:17:45 +00:00
feat(ChatAgent): ChatAgent doucument
add ChatAgent doucument
This commit is contained in:
@@ -1,25 +1,24 @@
|
|||||||
ChatAgent
|
ChatAgent
|
||||||
==================================
|
==================================
|
||||||
ChatAgent can automatically select the right tool to answer and solve user problems through LLM.
|
ChatAgent can automatically select the right tool to answer and solve user problems through LLM.
|
||||||

|

|
||||||
|
|
||||||
### 1.Update Plugins From Git
|
### 1.Update Plugins From Git
|
||||||
Update the latest plug-in information from the DB-GPT official plug-in repository.
|
Update the latest plug-in information from the DB-GPT official plug-in repository.
|
||||||

|

|
||||||
|
|
||||||
### 2.Install Plugin
|
### 2.Install Plugin
|
||||||
Install the plugin you want to use from the list of agent hub plugins.
|
Install the plugin you want to use from the list of agent hub plugins.
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
### 3.Upload My Local Plugin File
|
### 3.Upload My Local Plugin File
|
||||||
If you want to use a private plug-in developed by yourself, you can upload the plug-in first and then use it.
|
If you want to use a private plug-in developed by yourself, you can upload the plug-in first and then use it.
|
||||||

|
|
||||||
|
|
||||||
### 4.Select installed plug-ins dialog
|
### 4.Select installed plug-ins dialog
|
||||||
Select an installed plugin to have a conversation.
|
Select an installed plugin to have a conversation.
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
### 5.Uninstall My Plugin
|
### 5.Uninstall My Plugin
|
||||||
Uninstall plugins you no longer need.
|
Uninstall plugins you no longer need.
|
||||||

|

|
Reference in New Issue
Block a user