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.75k stars 729 forks source link

Optimize Communication Between Entry Point Agent and Other Agents Using sendMessage #175

Open wass-21 opened 1 month ago

wass-21 commented 1 month ago

We are facing an issue where the entry point agent occasionally sends incorrect or malformed information when communicating with other agents. To address this, I want to enforce that all messages sent by the entry point agent are in JSON format to improve message consistency and avoid errors in communication. Specifically, I need guidance on:

How can I ensure that all messages sent by the entry point agent are in JSON format? Is there a way to optimize the sendMessage function to enforce JSON format for all outgoing messages?

VRSEN commented 1 month ago

Hey did you try to enable JSON mode for the CEO agent? Also, discord is the best place for questions like this so we can assist you quicker

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 30 days with no activity. Please upgrade to the latest version and test it again.