smol-ai / developer

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

Save files when in API mode (for benchmarks use case) #129

Closed jakubno closed 1 year ago

jakubno commented 1 year ago

I am trying to add smol developer to AutoGPT-Benchmarks. We are trying to implement agent protocol there to enable easy testing/comparison of agents. The benchmark repo uses files and SDK doesn't support sending files yet, so this is temporary. The files will be later send via protocol.

Also saving the files for history / debugging won't hurt 😄