Menu
NEW AGENT
MY AGENTS
ASSISTANTS
Music Stems from YouTube Links
- Step 4
Summary - 14th Jan
Summary - 13th Jan
Summary - 12th Jan
Summary - 10th Jan
Summary - 7th Jan
Summary - 7th Jan
Summary - 4th Jan
Summary - 3rd Jan
Summary - 2nd Jan
SETTINGS
LOGOUT
Music Stems from YouTube Links - Confirm & Copy Final Agent Code
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
Review Final Agent Copy
Expand
[ { "taskID": 193, "semanticTitleOfTask": "Download First YouTube Video as MP3", "taskDescription": "This task downloads the audio from the first YouTube URL and automatically converts it to MP3 format. The resulting audio file is stored with a unique URL reference for future use.", "inputDescription": "Requires the first YouTube video link (variable1). The skill retrieves the video from YouTube's servers, extracts the audio stream, and generates an MP3 file.", "inputRequired": ["variable1"], "outputDescription": "Returns an MP3 URL pointing to the newly created MP3 file, which can be referenced by subsequent tasks.", "outputName": "mp3_url_1", "promptInstruction": "no instruction" }, { "taskID": 193, "semanticTitleOfTask": "Download Second YouTube Video as MP3", "taskDescription": "This task downloads the audio from the second YouTube URL and automatically converts it to MP3 format. The resulting audio file is stored with a unique URL reference for future use.", "inputDescription": "Requires the second YouTube video link (variable2). The skill retrieves the video from YouTube's servers, extracts the audio stream, and generates an MP3 file.", "inputRequired": ["variable2"], "outputDescription": "Returns an MP3 URL pointing to the newly created MP3 file, which can be referenced by subsequent tasks.", "outputName": "mp3_url_2", "promptInstruction": "no instruction" }, { "taskID": 193, "semanticTitleOfTask": "Download Third YouTube Video as MP3", "taskDescription": "This task downloads the audio from the third YouTube URL and automatically converts it to MP3 format. The resulting audio file is stored with a unique URL reference for future use.", "inputDescription": "Requires the third YouTube video link (variable3). The skill retrieves the video from YouTube's servers, extracts the audio stream, and generates an MP3 file.", "inputRequired": ["variable3"], "outputDescription": "Returns an MP3 URL pointing to the newly created MP3 file, which can be referenced by subsequent tasks.", "outputName": "mp3_url_3", "promptInstruction": "no instruction" }, { "taskID": 223, "semanticTitleOfTask": "Consolidate All MP3 URLs into a Structured Output", "taskDescription": "This task gathers all three MP3 URL outputs, ties them to their corresponding YouTube links, and builds a unified mapping that associates each video with its MP3 download URL.", "inputDescription": "Requires the three MP3 download URLs (mp3_url_1, mp3_url_2, mp3_url_3) and the original YouTube links (variable1, variable2, variable3). The task then merges them into a combined structure.", "inputRequired": ["mp3_url_1", "mp3_url_2", "mp3_url_3", "variable1", "variable2", "variable3"], "outputDescription": "Returns a formatted text output mapping each original YouTube URL to the corresponding MP3 download link.", "outputName": "downloaded_mp3_urls_s1", "promptInstruction": "Create a structured mapping of YouTube videos and their corresponding MP3 downloads. For each entry, include: 1) The original YouTube URL 2) The corresponding MP3 download URL. Format the output as follows:\n\nVideo 1:\n - YouTube: [URL]\n - MP3: [URL]\n\nVideo 2:\n - YouTube: [URL]\n - MP3: [URL]\n\nVideo 3:\n - YouTube: [URL]\n - MP3: [URL]\n\nEnsure all URLs are properly formatted and accessible. Maintain consistent spacing and formatting throughout, with each video's information clearly separated." }, { "taskID": 197, "semanticTitleOfTask": "Separate Audio into Vocals and Instrumentals", "taskDescription": "This task takes an MP3 file and uses a specialized audio separation model to isolate the vocal track and the instrumental track, generating two distinct audio files which can then be used independently or further processed as needed.", "inputDescription": "An array or list of MP3 URLs, representing the audio files to be split into separate vocal and instrumental stems. The skill processes each audio file using an advanced separation algorithm. Provide the MP3 link(s) so the system can retrieve and analyze the file(s).", "inputRequired": ["downloaded_mp3_urls_s1"], "outputDescription": "This task returns two new MP3 files per source file (vocals and instrumentals), referenced in a single output structure.", "outputName": "individual_stem_urls_s2", "promptInstruction": "no instruction" }, { "taskID": 223, "semanticTitleOfTask": "Unify and Structure Multiple Vocal/Instrumental Stems", "taskDescription": "This task takes the separate vocal and instrumental files produced for each MP3 and organizes them into a single structured summary, mapping each stem pair back to the original MP3 source for clarity and reference.", "inputDescription": "Provide the sets of extracted vocal and instrumental MP3 URLs, each paired with the original source MP3. The skill aggregates this data into a succinct format, ensuring each stem pair is clearly labeled and traceable back to its respective original track.", "inputRequired": ["individual_stem_urls_s2"], "outputDescription": "This output is a single structured reference that maps each original MP3 to its corresponding vocal and instrumental stems, ensuring clarity and consistency.", "outputName": "vocals_instrumentals_urls_s2", "promptInstruction": "Create a structured output that maps each set of extracted stems (vocals, instrumentals) to the original MP3 source. For each track, provide a reference to the source MP3, the extracted vocal file URL, and the extracted instrumental file URL. The final output should be organized, machine-readable, and easily understandable, preserving the relationship between each pair of stems and their source file." }, { "taskID": 301, "semanticTitleOfTask": "Gather data inputs for final summary", "taskDescription": "This task collects the 3 original YouTube URLs, the corresponding MP3 download links, and the vocal and instrumental stems, preparing all necessary input data for generating the final summary.", "inputDescription": "It requires the original YouTube URLs (variable1, variable2, variable3), plus the downloaded MP3 links (downloaded_mp3_urls_s1) and the separated vocal/instrumental files (vocals_instrumentals_urls_s2).", "inputRequired": ["variable1", "variable2", "variable3", "downloaded_mp3_urls_s1", "vocals_instrumentals_urls_s2"], "outputDescription": "A combined data object containing all the essential information needed to create the final summary text.", "outputName": "summary_data_collection_s3", "promptInstruction": "no instruction" }, { "taskID": 302, "semanticTitleOfTask": "Generate final summary text", "taskDescription": "Using the consolidated data, this task invokes Skill #185 to produce a clear, structured text that outlines all relevant URLs (YouTube, MP3, vocals, and instrumentals) for each video.", "inputDescription": "Requires the consolidated data object with the original YouTube URLs, downloaded MP3 links, and vocal/instrumental stems from the previous task.", "inputRequired": ["summary_data_collection_s3"], "outputDescription": "A single text output listing each video with its original link, MP3 link, vocals stem link, and instrumentals stem link.", "outputName": "final_summary_text_s3", "promptInstruction": "Create a summary document with the following information for each of the three YouTube videos: 1) Original YouTube URL 2) Downloaded MP3 URL 3) Vocals Stem URL 4) Instrumentals Stem URL. Label each entry (Video 1, Video 2, Video 3), place each URL on its own line, and maintain consistent formatting. Ensure all URLs are clearly displayed for easy reference." }, { "taskID": 400, "semanticTitleOfTask": "Subagent 4 Does Not Exist", "taskDescription": "There are no tasks defined for Subagent 4 in the current system architecture, so it performs no operations.", "inputDescription": "No input is required, because no tasks have been specified for this subagent.", "inputRequired": [], "outputDescription": "No output is produced, because this subagent is not implemented and has no tasks.", "outputName": "none", "promptInstruction": "no instruction" }, { "taskID": 501, "semanticTitleOfTask": "Gather final summary from subagent #3", "taskDescription": "This task retrieves the consolidated summary data produced by Subagent 3 (SummaryCompiler), enabling a new layer of processing or archival. It ensures we have all final text references at hand to proceed.", "inputDescription": "This task requires the final summary output from Subagent 3: final_summary_text_s3. The summary is expected to contain references to YouTube URLs, MP3 download URLs, and separated vocal/instrumental tracks.", "inputRequired": ["final_summary_text_s3"], "outputDescription": "The output is the same summary data in a structured format, ensuring it is ready for subsequent tasks within Subagent 5.", "outputName": "fetched_summary_data_s5", "promptInstruction": "no instruction" }, { "taskID": 502, "semanticTitleOfTask": "Use LLM to categorize and refine final summary data for advanced analysis", "taskDescription": "This task calls a language model to parse the retrieved summary data, grouping and labeling each reference (e.g., YouTube link, MP3 download link, vocal stem, instrumental stem) for clarity and advanced reporting.", "inputDescription": "We require the structured summary data from task 501, including all references to the original YouTube videos, MP3 file URLs, and separated audio stems. The LLM will use this input to categorize each element.", "inputRequired": ["fetched_summary_data_s5"], "outputDescription": "The categorized summary data, with each reference labeled with descriptive tags or categories. This refined representation lays the groundwork for any specialized reporting or analytics.", "outputName": "categorized_summary_data_s5", "promptInstruction": "Analyze the structured summary data and organize it into relevant categories. Label each item (YouTube URL, MP3 file, vocals, instrumentals) with appropriate tags for advanced analysis. Return the categorized results in JSON format." }, { "taskID": 503, "semanticTitleOfTask": "Archive categorized summary data to final storage system", "taskDescription": "This task takes the refined, labeled summary data and archives it in a persistent storage solution (e.g., a database or file system). This preserves a final record of each resource and reference for future retrieval.", "inputDescription": "This step requires the labeled summary data from task 502. The data will be saved along with any relevant metadata so that future processes or modules can quickly access the archived references.", "inputRequired": ["categorized_summary_data_s5"], "outputDescription": "A confirmation that the data has been successfully stored, including any record identifiers or storage details necessary to locate the archived data later.", "outputName": "archive_confirmation_s5", "promptInstruction": "no instruction" }, { "taskID": 601, "semanticTitleOfTask": "Download YouTube audio files as MP3", "taskDescription": "Downloads the audio track from each provided YouTube URL as an MP3 file. This ensures we have a local audio source for subsequent audio processing tasks.", "inputDescription": "We accept up to three valid YouTube URLs that represent the videos from which we want to extract the audio: variable1, variable2, variable3.", "inputRequired": ["variable1", "variable2", "variable3"], "outputDescription": "Returns the direct file URLs of the downloaded MP3s so that subsequent tasks can process them further. Each MP3 file is associated with its source YouTube link.", "outputName": "downloaded_mp3_urls_s6", "promptInstruction": "no instruction" }, { "taskID": 602, "semanticTitleOfTask": "Separate MP3 into vocals and instrumentals", "taskDescription": "Takes the downloaded MP3 files from the previous task and uses advanced algorithms to isolate the vocal and instrumental tracks for each file. The separation enables targeted audio processing in later steps.", "inputDescription": "Accepts the list of MP3 URLs downloaded from YouTube. Each track in this list will be processed individually. The system expects verified audio files that can be processed for instrumental and vocal separation.", "inputRequired": ["downloaded_mp3_urls_s6"], "outputDescription": "Produces pairs of MP3 files for each original track: one with isolated vocals and one with isolated instrumentals, preserving the track references for clarity.", "outputName": "vocals_instrumentals_urls_s6", "promptInstruction": "no instruction" }, { "taskID": 603, "semanticTitleOfTask": "Generate structured mapping of all outputs", "taskDescription": "Combines all relevant data into a single structured output. This includes the original YouTube URL, the downloaded MP3 location, and the separated vocal and instrumental URLs for clarity and organization.", "inputDescription": "Takes the original YouTube URLs (variable1, variable2, variable3), the downloaded MP3 file URLs (downloaded_mp3_urls_s6), and the associated vocal and instrumental track URLs (vocals_instrumentals_urls_s6). All must be properly formatted strings or arrays of references that can be mapped.", "inputRequired": ["variable1", "variable2", "variable3", "downloaded_mp3_urls_s6", "vocals_instrumentals_urls_s6"], "outputDescription": "A consolidated list or textual representation that maps each original YouTube link to its downloaded audio, as well as to the separate vocal and instrumental tracks.", "outputName": "structured_file_mapping_s6", "promptInstruction": "Given multiple file references for downloaded MP3s and their separated vocal/instrumental tracks, create a structured output that maps each file to its corresponding YouTube URL. Format the output as follows: For each track: 1. Original YouTube URL 2. Downloaded MP3 location 3. Extracted vocals location 4. Extracted instrumentals location. Ensure all file paths are complete and properly formatted for system access." }, { "taskID": 604, "semanticTitleOfTask": "Write final summary text file", "taskDescription": "Generates a complete text summary of the audio processing process. It includes a brief header and detailed references to the original YouTube videos, the downloaded MP3s, and associated vocal and instrumental files.", "inputDescription": "Accepts the structured_file_mapping_s6 as the mapping of YouTube URLs, downloaded MP3s, vocals, and instrumentals. Also requires minimal textual instructions explaining how the summary should be formatted.", "inputRequired": ["structured_file_mapping_s6"], "outputDescription": "A final textual document that neatly displays all relevant data. This is typically saved or returned as a .txt file for reference and record-keeping.", "outputName": "summary_text_file_s6", "promptInstruction": "Create a comprehensive summary of the audio processing results. For each of the three videos processed, list the following information in a clear, organized format: 1. Original YouTube video URL 2. Location of the downloaded MP3 file 3. Location of the extracted vocals 4. Location of the extracted instrumentals. Format the output as a clean, easy-to-read text document with clear section breaks between each video's information. Include a brief header explaining the contents of the summary." } ]
Happy? Now Copy-Paste To Proceed...
BACK TO SUBAGENTS
COPY TO CLIPBOARD