DB-GPT icon indicating copy to clipboard operation
DB-GPT copied to clipboard

请问下 配置文件 已经配置了 app 相关内容 复制的dbgpt-app-config.example.toml

Open zhoutianwang opened this issue 9 months ago • 3 comments

--- Logging error --- Traceback (most recent call last): File "G:\helijinzhi\pydbgpt\DB-GPT-main\packages\dbgpt-serve\src\dbgpt_serve\agent\agents\controller.py", line 539, in agent_team_chat_new await cls() File "G:\helijinzhi\pydbgpt\DB-GPT-main\packages\dbgpt-core\src\dbgpt\agent\core\base_agent.py", line 151, in build self.check_available() File "G:\helijinzhi\pydbgpt\DB-GPT-main\packages\dbgpt-core\src\dbgpt\agent\core\base_agent.py", line 86, in check_available raise ValueError( ValueError: AppStarter[App Starter] Missing resources[ResourceType.App] required for runtime!

zhoutianwang avatar Jul 11 '25 09:07 zhoutianwang

Image勾选太多了 就会报错这个 然后 改成 了一个就正常

zhoutianwang avatar Jul 11 '25 09:07 zhoutianwang

App StarterAgent:根据用户的问题和提供的应用信息,从已知资源中选择一个合适的应用来解决和回答用户的问题,并提取用户输入的关键信息到应用意图的槽位中。App StarterAgent需要绑定App资源

部分Agent需要绑定特定的资源,根据你的需求选择正确的Agent,如果你的需求一个Agent就能解决选择单Agent模式即可

chenliang15405 avatar Jul 11 '25 09:07 chenliang15405

This issue has been marked as stale, because it has been over 30 days without any activity.

github-actions[bot] avatar Nov 08 '25 21:11 github-actions[bot]