Menu
NEW AGENT
MY AGENTS
ASSISTANTS
Step 1:
YouTube Audio Samples Extractor
1️⃣
Perfect output
- scan ALL
2️⃣ Add
output numbers
, then...
3️⃣ Add
Subagent Numbers
(work backwards
from output number!
)
4️⃣ Add
ACTUAL Skills
to subagent
✅ DONE..Copy x4 to Step 3...
SETTINGS
LOGOUT
What Shall We Build Next?
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
Sub Agent 1
Sub Agent 2
Sub Agent 3
Sub Agent 4
Sub Agent 5
Sub Agent 6
Sub Agent 7
Sub Agent 8
A) SUBAGENT SUMMARY: Download the audio from a YouTube video and save it as an MP3 file. B) FINAL TASK OUTPUT: An MP3 file containing the full audio from the specified YouTube video. The MP3 file will be saved on the server with both an internal and external URL provided. C) SUBAGENT INPUT: The URL of the YouTube video to download the audio from. E) SUBAGENT TASK SUMMARY: The subagent will use the following skill to complete its task: YouTube Video URL > #225 - Download Entire YouTube Video As MP3 > MP3 file saved on server with internal and external URLs Specifically, the subagent will: 1. Take the provided YouTube video URL as input 2. Use skill #225 to download the entire audio from the YouTube video and save it as an MP3 file on the server 3. Return the internal and external URLs of the saved MP3 file as output F) SILOS: This subagent does not require any silos as it consists of a single skill that directly converts the input (YouTube URL) to the desired output (MP3 file).
SubAgent #1 - Diagram
Expand Diagram
A) SUBAGENT SUMMARY: Audio Splitter that extracts instrumental and vocal stems from an MP3 file. B) FINAL TASK OUTPUT: 1-10 MP3 files, each containing a separate audio stem (e.g., vocals, instrumental, drums, bass, etc.), arranged in order of loudness/importance. Only stems with a minimum level of loudness will be included. C) SUBAGENT INPUT: A single MP3 URL. E) SUBAGENT TASK SUMMARY: The Audio Splitter subagent will take an input MP3 URL, extract all audio stems using skill #240 (Extract all audio stems), and return the extracted stems as separate MP3 files. The specific skill chain for this subagent is as follows: Subagent Input (MP3 URL) > #240 (Extract all audio stems) > Subagent Output (1-10 MP3 URLs) F) SILOS: This subagent does not require any silos as it consists of a single skill that directly transforms the input into the desired output.
SubAgent #2 - Diagram
Expand Diagram
A) SUBAGENT SUMMARY: The Beat Analyzer subagent extracts beatpoints, downbeats, and tempo (BPM) from an MP3 file. B) FINAL TASK OUTPUT: The final output will be a JSON file containing the following information: - Tempo (BPM) - Time signature - Beatpoints (timestamp of each beat in the audio) - Downbeats (timestamp of the first beat of each bar) - Bar count (total number of bars in the audio) C) SUBAGENT INPUT: The Beat Analyzer subagent requires the following input: - MP3 URL (internal server URL of the audio file to be analyzed) E) SUBAGENT TASK SUMMARY: The Beat Analyzer subagent will use the following skills to complete its task: Subagent Input: MP3 URL > Skill #195 - Extract Beatpoints & Tempo of MP3 - Input: MP3 URL - Output: Detailed breakdown of beatpoints, downbeats, and tempo (BPM) > Skill #178 - Rewrite Text Based On Instructions - Input: Output from Skill #195 + instructions to format the information into a clean JSON structure - Output: Formatted JSON file containing tempo, time signature, beatpoints, downbeats, and bar count Subagent Output: [beat-tempo-info] JSON file URL (internal and external) F) SILOS: This subagent does not require any silos as it is a straightforward, linear process. In summary, the Beat Analyzer subagent takes an MP3 file URL as input, uses Skill #195 to extract the beatpoints, downbeats, and tempo information, then uses Skill #178 to format this information into a clean JSON structure. The final output is a JSON file containing the tempo, time signature, beatpoints, downbeats, and total bar count of the input audio file.
SubAgent #3 - Diagram
Expand Flow
A) SUBAGENT SUMMARY: The Sample Extractor subagent extracts multiple audio samples from specified stems at given time points and lengths based on the tempo and beat information. B) FINAL TASK OUTPUT: A list of URLs pointing to the extracted .wav audio samples (between 1 and 8 beats in length) from the specified audio stems at the given time points. The samples will be named according to their source stem, time point, and length. C) SUBAGENT INPUT: - URLs of the audio stems (instrumental and vocal) as .wav files - Tempo and beat information of the original audio - Specified time points to extract samples from (e.g., 5s, 130s, 190s) E) SUBAGENT TASK SUMMARY: 1. Input: Audio stem URLs, tempo and beat information, specified time points 2. For each audio stem and time point: a. Cut a 16-beat section from the stem starting at the specified time point using Skill #197 (Cut Wav/mp3 Audio into Multiple Pieces/Samples) b. From the 16-beat section, extract samples of 1, 2, 4, and 8 beats in length using Skill #197, starting from each beat within the section 3. Filter the extracted samples based on average amplitude, keeping only the top samples 4. Rename the final selected samples according to their source stem, time point, and length 5. Output: List of URLs pointing to the final selected and renamed .wav samples F) SILOS: Silo 1: Sample Extraction - Input: Audio stem, tempo and beat information, specified time point - Cut 16-beat section from the stem at the specified time point (Skill #197) - Extract 1, 2, 4, and 8-beat samples from the 16-beat section (Skill #197) - Output: List of URLs pointing to the extracted samples Silo 2: Sample Filtering and Renaming - Input: List of URLs pointing to the extracted samples - Filter samples based on average amplitude, keeping only the top samples - Rename the final selected samples according to their source stem, time point, and length - Output: List of URLs pointing to the final selected and renamed samples The Sample Extractor subagent will run Silo 1 for each combination of audio stem and specified time point, then pass the results to Silo 2 for filtering and renaming. The final output will be a list of URLs pointing to the best extracted and renamed samples.
4 Template & Links
Expand Flow
A) SUBAGENT SUMMARY: The Output Organizer subagent collects, organizes, and summarizes the final output files generated by the previous subagents. B) FINAL TASK OUTPUT: A zip file containing the selected music samples in .wav format, properly named according to a consistent convention, along with a detailed summary of the contents. C) SUBAGENT INPUT: The Output Organizer requires the following inputs: - A list of the extracted music samples (.wav files) from the Sample Extractor subagent - The original YouTube video URL and the user-specified timestamps used for extraction - The tempo and beat information from the Beat Analyzer subagent E) SUBAGENT TASK SUMMARY: The Output Organizer subagent will perform the following steps: 1. Collect the list of extracted music samples (.wav files) from the Sample Extractor subagent. (#236 - Extract content of a file) 2. Rename the .wav files according to a consistent naming convention that includes the original YouTube video ID, the timestamp, the stem type (instrumental or vocal), and the sample length (e.g., "VideoID_Timestamp_Instrumental_4beats.wav"). (#178 - Rewrite Text Based On Instructions) 3. Create a detailed summary of the final output, including the original YouTube video URL, the user-specified timestamps, the number of samples generated, and the naming convention used. (#177 - Write Text (Or Copy) From Researched Text) 4. Compress the renamed .wav files and the summary text file into a single zip file. (#175 - Zip Internal URLs) 5. Upload the zip file to a server and generate a download link. (#173 - Copy & Download External Folder) 6. Output the download link along with the summary of the final output. (#215 - Summarise and Return All Final Output Files) F) SILOS: The Output Organizer subagent does not require any silos as it is a linear process without parallel tasks.
5 Template & Links
Expand Flow
I apologize for the confusion, but it seems that there is no specific subagent mentioned or described in the previous context. The discussion was focused on breaking down a larger task into smaller components and creating a workflow for a particular subagent. However, the details of the specific subagent in question were not provided. In order to generate a complete subagent flow, I would need more information about the specific subagent, its role within the overall agent workflow, and the desired inputs and outputs. Without this context, I cannot provide a meaningful response or suggest a series of skills and actions for the subagent. If you could provide more details about the specific subagent you would like me to focus on, along with its purpose and desired outcomes, I would be happy to assist in creating a detailed subagent flow. Please let me know if you have any additional information or clarifications to share.
6 Template & Links
Expand Flow
Templates & Links Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
7 Template & Links
Expand Flow
Questions & Research Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
8 Template & Links
Expand Flow
Templates & Links Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
9 Template & Links
Expand Flow
Templates & Links Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
10 Template & Links
Expand Flow
Questions & Research Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
11 Template & Links
Expand Flow
Templates & Links Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
12 Template & Links
Expand Flow
Need To Start Afresh?
BACK TO REFINE
Tweaked & Good To Go?
PROCEED TO DEPLOY