Update dependencies and re-enable ytdlp.MustInstall

Upgraded several dependencies, including `go-ytdlp`, `go-crypto`, and `x/sys`, in `go.mod` and `go.sum`. Added `ulikunitz/xz` as an indirect dependency. Re-enabled `ytdlp.MustInstall` in the YouTube agent.
This commit is contained in:
2025-11-11 00:07:50 -05:00
parent 4af8d5747a
commit 5f537477b4
3 changed files with 13 additions and 4 deletions

View File

@@ -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) {