The agents' summaries still need to be optimized. The summaries are often redundant or include unnecessary information, using more tokens than needed.
If you would like to experiment with new ways to generate the summary for the next agent, go to the _get_summary_prompt function in the chat_manager script and try out optimized methods to summarize each agent's chat.
The agents' summaries still need to be optimized. The summaries are often redundant or include unnecessary information, using more tokens than needed.
If you would like to experiment with new ways to generate the summary for the next agent, go to the
_get_summary_promptfunction in thechat_managerscript and try out optimized methods to summarize each agent's chat.