Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

InfernoIV/boot.dev-ai-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot.dev-ai-agent

source venv/bin/activate

python3 main.py python3 tests.py

python3 main.py "What is the meaning of life?"

python3 main.py "what files are in the root?" Should return: get_files_info({'directory': '.'})

python3 main.py "what files are in the pkg directory?" Should return-> get_files_info({'directory': 'pkg'})

python3 main.py "read the contents of main.py" ##Should return: get_file_content({'file_path': 'main.py'})

python3 main.py "write the text 'hello' to main.txt" ##Should return: write_file({'file_path': 'main.txt', 'content': 'hello'})

python3 main.py "run main.py" #Should return: run_python_file({'file_path': 'main.py'})

python3 main.py "list the contents of the pkg directory" #Should return: get_files_info({'directory': 'pkg'})

python3 main.py "explain how the calculator renders the result to the console"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages