MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Create

Method Create

agent/app/service/agents.go:34–34  ·  view source on GitHub ↗
(req dto.AgentCreateReq)

Source from the content-addressed store, hash-verified

32
33type IAgentService interface {
34 Create(req dto.AgentCreateReq) (*dto.AgentItem, error)
35 BatchInstall(req dto.AgentBatchInstallReq) (*dto.AgentItem, error)
36 BatchUpgrade(req dto.AgentBatchUpgradeReq) ([]dto.AgentBatchUpgradeResult, error)
37 BatchInstallSkill(req dto.AgentBatchSkillInstallReq) ([]dto.AgentBatchSkillInstallResult, error)

Callers 4

CreateMethod · 0.65
CreateAccountMethod · 0.65
CreateAccountModelMethod · 0.65

Implementers 1

AgentServiceagent/app/service/agents_utils.go

Calls

no outgoing calls

Tested by

no test coverage detected