Refactor internal services to use agent-desk package structure
- Updated import paths in multiple service files to reflect the new agent-desk module. - Added a new configuration file for agent-desk in the Docker setup.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package skills
|
||||
|
||||
import "cs-ai-agent/internal/models"
|
||||
import "agent-desk/internal/models"
|
||||
|
||||
// BuildRunLog 根据执行计划与运行结果构建 Skill 运行日志。
|
||||
func BuildRunLog(ctx RuntimeContext, plan *ExecutionPlan, trace *ExecutionTrace, err error) *models.SkillRunLog {
|
||||
|
||||
Reference in New Issue
Block a user