MCPcopy Create free account
hub / github.com/compozy/agh / memoryExtractorOverlay

Function memoryExtractorOverlay

internal/daemon/memory_runtime.go:727–733  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

725}
726
727func memoryExtractorOverlay() string {
728 return strings.TrimSpace(`
729You are an AGH internal Memory v2 extractor child session.
730Return only JSONL candidates that match the requested schema.
731Do not modify files, run commands, or include commentary outside JSONL.
732`)
733}
734
735func collectMemoryExtractorOutput(ctx context.Context, events <-chan acp.AgentEvent) (string, error) {
736 var output strings.Builder

Callers 1

ExtractMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected