ChatAgent#

ChatAgent can automatically select the right tool to answer and solve user problems through LLM. chat_agent0

1.Update Plugins From Git#

Update the latest plug-in information from the DB-GPT official plug-in repository. Address:https://github.com/eosphoros-ai/DB-GPT-Plugins/tree/main/src/dbgpt_plugins/search_engine

agent_hub_1

2.Install Plugin#

Install the plugin you want to use from the list of agent hub plugins.

Address:https://github.com/eosphoros-ai/DB-GPT-Plugins/tree/main/src/dbgpt_plugins/search_engine agent_hub_1

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.

4.Select installed plug-ins dialog#

Select an installed plugin to have a conversation. chat_agent1 chat_agent2

5.Uninstall My Plugin#

Uninstall plugins you no longer need. agent_hub_2