feat(Agent): ChatAgent And AgentHub

1.Upgrade sqlalchemy to version 2.0
This commit is contained in:
yhjun1026
2023-10-17 16:24:58 +08:00
parent be9808385a
commit 73a920991c

View File

@@ -1,23 +1,25 @@
ChatAgent
==================================
ChatAgent can automatically select the right tool to answer and solve user problems through LLM.
![db plugins demonstration](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/d8bfeee9-e982-465e-a2b8-1164b673847e)
![ChatAgent](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/)
### 1.Update Plugins From Git
![db plugins demonstration](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/7678f07e-9eee-40a9-b980-5b3978a0ed52)
Update the latest plug-in information from the DB-GPT official plug-in repository.
![Update From Github](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/)
### 2.Install Plugin
After successfully setting up the data source, you can start conversing with the database. You can ask it to generate
SQL for you or inquire about relevant information on the database's metadata.
![db plugins demonstration](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/8acf6a42-e511-48ff-aabf-3d9037485c1c)
Install the plugin you want to use from the list of agent hub plugins.
![Install Plugin](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/)
### 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.
![Upload Private Plugin](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/)
### 4.Select installed plug-ins dialog
![db plugins demonstration](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/e04bc1b1-2c58-4b33-af62-97e89098ace7)
Select an installed plugin to have a conversation.
![Select Plugins](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/)
### 5.Uninstall My Plugin
Uninstall plugins you no longer need.
![Uninstall Plugin](https://github.com/eosphoros-ai/DB-GPT/assets/13723926/)