smol-ai / developer

the first library to let you embed a developer agent in your own app!
https://twitter.com/SmolModels
MIT License
11.81k stars 1.03k forks source link

Fix write_file function to handle nested directories #4

Closed fardeem closed 1 year ago

fardeem commented 1 year ago

Closes #1. The files it would wanna generate for the prompt in #1 would be like flask_app/config.py and the write_file function would fail since the directory didn't exist. Submitting PR to fix.

swyxio commented 1 year ago

ty!