Feature Request: Add Audio-Only Export Support to the
export_video
Agent Tool
Summary:
The Agent Underlord AI assistant currently has access to a tool called export_video that can trigger local exports of compositions. However, this tool is limited to MP4 video exports only — it has no parameter for selecting the output format (e.g., MP3, WAV, AAC) or for specifying an audio-only export.
Current Behavior:
When asking Agent Underlord to export a composition as audio-only, it cannot fulfill the request programmatically. The export_video tool only supports video (MP4) exports. There is no format, audioOnly, or equivalent parameter available in the tool's schema.
Requested Behavior:
Add an audioOnly boolean parameter (or a format parameter supporting values like mp3, wav, aac, mp4) to the export_video tool so Agent Underlord can trigger audio-only local exports on behalf of the user.
Use Case:
Podcast producers and video creators who produce both a video version and an audio-only version of their content (e.g., YouTube video + podcast feed) need to export multiple compositions in audio format regularly. Being able to say "export these 3 compositions as MP3" and have the agent handle it would save significant manual effort — especially when managing multiple compositions per episode (e.g., a YouTube cut, a members cut, and an ad spot).
Impact:
Without this capability, users must manually open each composition, navigate to Export, and change the format settings every time — defeating the purpose of having an AI assistant that can automate repetitive tasks.