VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.05k stars 537 forks source link

feat:Add support zip, tar.gz and git repo uploading as files #143

Open sjurajpuchky opened 3 weeks ago

sjurajpuchky commented 3 weeks ago

Add support zip, tar.gz and git repo uploaded as files.

VRSEN commented 6 days ago

Where are you trying to upload zip? In Gradio interface or using files_folder?

It should work with files_folder and upload your zip to use with code interpreter

sjurajpuchky commented 6 days ago

Let me fix this to be :100:

sjurajpuchky commented 6 days ago

Fix done