MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / BuildSubagentIdentitySection

Function BuildSubagentIdentitySection

agentContext/builder.go:719–723  ·  view source on GitHub ↗
(agentName, description string)

Source from the content-addressed store, hash-verified

717 projectInstructions,
718 &separator,
719 budget,
720 ), nil
721}
722
723func BuildMemoryBehaviorSection(memorySection string) (PromptSection, error) {
724 if strings.TrimSpace(memorySection) == "" {
725 return PromptSection{}, errors.New(fmt.Sprintf("Missing memory behavior: %s", memorySection))
726 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected