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 #144

Open sjurajpuchky opened 3 weeks ago

sjurajpuchky commented 3 weeks ago

Adding support of uploading zip and tar.gz files, files are extracted, sanitized filenames and filtred by supported extensions. Also folders like venv, vendor, node_modules are ignored. Support of upload files directly from git repository is also added. There is limit of 10 files to be uploaded at once.