What is the Model Context Management Strategy in AutoGen #5006
prasenmukh
started this conversation in
General
Replies: 1 comment
-
Model context is managed using ChatCompletionContext as part of the AssistantAgent: https://microsoft.github.io/autogen/stable/reference/python/autogen_agentchat.agents.html#module-autogen_agentchat.agents You can use BufferedChatCompletionContext to limit the number of messages. We currently don't have any summarization for context management. We would love to see community contribution on this front. New model context classes can be added to autogen_ext.model_context submodule with external dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Curious to know how AutoGen manages context length for longer conversation. Few questions:
Beta Was this translation helpful? Give feedback.
All reactions