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.
This commit is contained in:
2025-11-10 23:46:15 -05:00
parent 9a4ddf3fc1
commit 4af8d5747a

View File

@@ -16,7 +16,7 @@ import (
) )
func init() { 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) { func (a Agent) ReadYouTubeTranscript(ctx context.Context, u *url.URL, questions []string) (shared.Knowledge, error) {