From 4af8d5747ae06fa4fcf0c8e6f7e5a12235b8a7f7 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Mon, 10 Nov 2025 23:46:15 -0500 Subject: [PATCH] Remove deprecated `console_new` package Deleted the `console_new` package, including its agent, container, execution, and utility files. Updated dependencies and replaced references to align with the maintained code structure. --- pkg/agents/youtube.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/agents/youtube.go b/pkg/agents/youtube.go index f8e03af..d2ef9f5 100644 --- a/pkg/agents/youtube.go +++ b/pkg/agents/youtube.go @@ -16,7 +16,7 @@ import ( ) func init() { - ytdlp.MustInstall(context.Background(), nil) + //ytdlp.MustInstall(context.Background(), nil) } func (a Agent) ReadYouTubeTranscript(ctx context.Context, u *url.URL, questions []string) (shared.Knowledge, error) {