mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 19:11:52 +00:00
feat(agent): Release agent SDK (#1396)
This commit is contained in:
@@ -44,10 +44,7 @@ def server_init(param: "WebServerParameters", system_app: SystemApp):
|
||||
signal.signal(signal.SIGINT, signal_handler)
|
||||
|
||||
# Loader plugins and commands
|
||||
command_categories = [
|
||||
"dbgpt.agent.plugin.commands.built_in.audio_text",
|
||||
"dbgpt.agent.plugin.commands.built_in.image_gen",
|
||||
]
|
||||
command_categories = []
|
||||
# exclude commands
|
||||
command_categories = [
|
||||
x for x in command_categories if x not in cfg.disabled_command_categories
|
||||
|
Reference in New Issue
Block a user