mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-29 20:04:30 +01:00
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com>
22 lines
877 B
JSON
22 lines
877 B
JSON
{
|
|
"name": "TestWritingCLI_FileOrganizer",
|
|
"category": ["code"],
|
|
"task": "Create a file organizer CLI tool in Python that sorts files in a directory based on their file types (e.g., images, documents, audio) and moves them into these corresponding folders: 'images', 'documents', 'audio'. The entry point will be a python file that can be run this way: python organize_files.py --directory_path=YOUR_DIRECTORY_PATH",
|
|
"dependencies": ["TestPasswordGenerator_Easy"],
|
|
"cutoff": 90,
|
|
"ground": {
|
|
"answer": "The correct python file is written and organizes the files accordingly",
|
|
"should_contain": [],
|
|
"should_not_contain": [],
|
|
"files": ["test.py"],
|
|
"eval": {
|
|
"type": "python"
|
|
}
|
|
},
|
|
"info": {
|
|
"difficulty": "basic",
|
|
"description": "Tests ability for the agent to create a random password generator.",
|
|
"side_effects": []
|
|
}
|
|
}
|