🤖 Agent Queue
{#if agentItems.length === 0}Queue empty. Watch a video, press n to write a note, check "Send to Agent", and save.
{:else}
{#each agentItems as item}
{/each}
{/if}
{item.title || 'Unknown'}
{item.channel_name}
PROMPT:
{item.user_prompt}
{ channelFilter = selectedVideo.channel_name; }}
title="Filter by this channel">{selectedVideo.channel_name}
{selectedVideo.title}
{selectedVideo.publish_date || ''}
{#if selectedVideo.duration}
• {formatDuration(selectedVideo.duration)}
{/if}
{#if selectedVideo.view_count}
• {formatViews(selectedVideo.view_count)} views
{/if}
activeNote = selectedVideo.video_id}
title="Click to edit">{notes[selectedVideo.video_id]}
{/if}
AI Digest
{#if !selectedVideo.summary || selectedVideo.summary.includes("Error")} {/if}
{@html formatMarkdown(selectedVideo.summary)}
showTranscript = !showTranscript}>
{#if showTranscript}
Video Transcript
▶
{selectedVideo.transcript}
{/if}
Select a video to read its summary