graph TD
A[Start SummaryAgent] --> B[Input Processing]
B --> B1[Receive 16-beat-clip-urls]
B --> B2[Receive filtered-track-list]
B --> B3[Receive track metadata]
B1 & B2 & B3 --> C[Generate Summary]
C --> C1[LLM Skill 223]
C1 --> C2[Create text summary]
C2 --> D[Bundle Assets]
D --> D1[Collect audio files]
D --> D2[Add metadata text]
D1 & D2 --> E[Final Output]
E --> E1[Package reference]
E --> E2[Text summary]
E1 & E2 --> F[End SummaryAgent]