Commit Graph

4 Commits

Author SHA1 Message Date
5f537477b4 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.
2025-11-11 00:07:50 -05:00
4af8d5747a 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.
2025-11-10 23:46:15 -05:00
1c3ea7d1f1 Refactor Knowledge struct into shared package
Moved the Knowledge struct and related types to the shared package, updating all references across the codebase. This improves modularity and enables better reuse of the Knowledge type across different components.
2025-05-03 22:09:02 -04:00
1aaed4ea28 Add YouTube transcript processing with yt-dlp integration
Introduced a new tool for extracting YouTube video transcripts and leveraging them to answer questions. Updated `SearchAndRead` to support reading YouTube transcripts and regular pages distinctly. Included relevant dependencies for handling subtitles and video downloads.
2025-03-27 02:18:16 -04:00