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

Fixed message attachment bug #119

Closed ArtemShatokhin closed 1 month ago

ArtemShatokhin commented 1 month ago
  1. Placed recipient agent assignment before appending message files to use correct tools;
  2. Removed self in recipient_agent.tools in if statements to use non-default agent's tools;
  3. Added attachments = [] to avoid appending to nonexistent list.