Add files via upload

This commit is contained in:
公明
2026-04-19 03:01:30 +08:00
committed by GitHub
parent ef3de9e950
commit b8a0f40017
11 changed files with 352 additions and 145 deletions
+1
View File
@@ -292,6 +292,7 @@ func New(cfg *config.Config, log *logger.Logger) (*App, error) {
skillsDir := skillpackage.SkillsRootFromConfig(cfg.SkillsDir, configPath)
log.Logger.Info("Skills 目录(Eino ADK skill 中间件 + Web 管理 API", zap.String("skillsDir", skillsDir))
configDir := filepath.Dir(configPath)
agent.SetPromptBaseDir(configDir)
agentsDir := cfg.AgentsDir
if agentsDir == "" {