You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/unit_tests/tools/file_management
Zander Chase 334c162f16
Add Other File Utilities (#3209)
Add other File Utilities, include
- List Directory
- Search for file
- Move
- Copy
- Remove file

Bundle as toolkit
Add a notebook that connects to the Chat Agent, which somewhat supports
multi-arg input tools
Update original read/write files to return the original dir paths and
better handle unsupported file paths.
Add unit tests
1 year ago
..
__init__.py Update File Management Tools to Include Root Directory (#3112) 1 year ago
test_copy.py Add Other File Utilities (#3209) 1 year ago
test_file_search.py Add Other File Utilities (#3209) 1 year ago
test_list_dir.py Add Other File Utilities (#3209) 1 year ago
test_move.py Add Other File Utilities (#3209) 1 year ago
test_read.py Update File Management Tools to Include Root Directory (#3112) 1 year ago
test_toolkit.py Add Other File Utilities (#3209) 1 year ago
test_utils.py Add Other File Utilities (#3209) 1 year ago
test_write.py Add Other File Utilities (#3209) 1 year ago