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

Struct CapabilitiesModule

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

CapabilitiesModule Agent 能力说明模块

Source from the content-addressed store, hash-verified

337
338// CapabilitiesModule Agent 能力说明模块
339type CapabilitiesModule struct{}
340
341func (m *CapabilitiesModule) Name() string { return "capabilities" }
342func (m *CapabilitiesModule) Priority() int { return 5 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected