cmte
Version:
Design by Committee™ except it's just you and LLMs
10 lines (8 loc) • 316 B
YAML
name: "aggregate-summaries"
description: "Aggregates summaries from all modules."
# No for_each
tasks:
- useTask: aggregate-summaries-task
prior_outputs:
# Note: The local variable name must match the template {{...}}
all_summaries: "{{ summarize-identified-modules.summarize-module[*].output }}"