martinsu's picture
Enhance agent.py with image data extraction and YouTube transcript retrieval tools; update .gitignore and requirements.txt to include test files and yt_dlp dependency.
d70b82d
raw
history blame contribute delete
156 Bytes
.env
__pycache__/
*.pyc
# Documentation
DOCUMENTATION/
#test sets
TEST_SET/
#test results
test_results/
#cursor
.cursor/
#test
test.py
test_youtube.py