docs(agent): Add agents development guide (#1673)

This commit is contained in:
Fangyin Cheng
2024-06-28 09:56:29 +08:00
committed by GitHub
parent 1796969bac
commit 45a960f331
43 changed files with 4010 additions and 146 deletions

View File

@@ -68,7 +68,7 @@ class PromptManagerConfigProvider(ConfigProvider):
try:
from dbgpt.serve.prompt.serve import Serve
except ImportError:
logger.warning("Prompt manager is not available.")
logger.debug("Prompt manager is not available.")
return None
cfg = Config()