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

Struct EnvironmentModule

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

EnvironmentModule 环境信息模块

Source from the content-addressed store, hash-verified

21
22// EnvironmentModule 环境信息模块
23type EnvironmentModule struct{}
24
25func (m *EnvironmentModule) Name() string { return "environment" }
26func (m *EnvironmentModule) Priority() int { return 10 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected