mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +00:00
Feat : media image
This commit is contained in:
parent
7710fb3f9d
commit
2da02009fc
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 237 KiB |
BIN
exemples/find_file.png
Normal file
BIN
exemples/find_file.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
@ -60,7 +60,6 @@ class FileFinder(Tools):
|
||||
str | None: The path to the file if found, None otherwise
|
||||
"""
|
||||
file_path = None
|
||||
print(f"Searching in directory: {os.path.abspath(directory_path)}")
|
||||
excluded_files = [".pyc", ".o", ".so", ".a", ".lib", ".dll", ".dylib", ".so", ".git"]
|
||||
for root, dirs, files in os.walk(directory_path):
|
||||
print(f"Root: {root}, Files: {files}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user