graph TD A[Input: .wav audio sample files from SampleExtractorAgent] --> B{Skill #196 - Create Visual Waveform Of Wav/mp3 File} B --> C[Visual waveforms as JPEG images for each .wav file] C --> D{Skill #198 - Analyze An Image With GPT Vision & Return Text} D --> E[Average amplitude determined for each audio sample] E --> F{Skill #178 - Rewrite Text Based On Instructions} F --> G[Samples ranked based on average amplitude and top 48 selected] G --> H[Output: List of file paths to the top 48 .wav audio samples, ranked by average amplitude]