smol-ai / developer

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

fix: simplest example from readme throws NameError #135

Closed talboren closed 1 year ago

talboren commented 1 year ago

Since args is not defined if len(sys.argv) == 2, simple execution of main.py throws NameError: name 'args' is not defined

talboren commented 1 year ago

@swyxio FYI

talboren commented 1 year ago

This will close #125

swyxio commented 1 year ago

thanks @talboren !