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