MCPcopy Create free account
hub / github.com/astercloud/aster / SandboxModule

Struct SandboxModule

pkg/agent/prompt_modules.go:110–110  ·  view source on GitHub ↗

SandboxModule 沙箱信息模块

Source from the content-addressed store, hash-verified

108
109// SandboxModule 沙箱信息模块
110type SandboxModule struct{}
111
112func (m *SandboxModule) Name() string { return "sandbox" }
113func (m *SandboxModule) Priority() int { return 15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected