We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like the ability for agents to only read chat history from select other agents or the last n messages.
Certain agents might only need the history from other select agents (in more of a process flow)
Certain agents might only need access to the last N messages.
Currently, long running group chats can consume a significant number of tokens.
The text was updated successfully, but these errors were encountered:
This would be a nice feature. It would help to have a mock of a concrete use case.
Sorry, something went wrong.
This is related to #4438. I believe we can meet this requirement with a simple implementation of memory.
@BenConstable9 meanwhile at the Core API, you can take a look at ModelContext module https://microsoft.github.io/autogen/dev/reference/python/autogen_core.model_context.html for some basic functionalities.
No branches or pull requests
What feature would you like to be added?
I would like the ability for agents to only read chat history from select other agents or the last n messages.
Certain agents might only need the history from other select agents (in more of a process flow)
Certain agents might only need access to the last N messages.
Why is this needed?
Currently, long running group chats can consume a significant number of tokens.
The text was updated successfully, but these errors were encountered: