How to use a ConversationManager in a MultiAgent Graph (in an AgentCore context) #1410
Unanswered
mustafashabib
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all -
I'm building a MultiAgent graph and wanted to understand what the best practice was to use a ConversationManager in the context of AgentCore. My agent application is a chat experience where the orchestrator graph delegates questions as appropriate and synthesizes the final response. It's unclear to me how Strands ConversationManager should or should not be used in this set up, particularly when I have AgentCore memory and memory tools in play. For example, should the AgentCore memory tools be passed to every agent in the graph? Should a ConversationManager be used in any of the agents in the graph? Is the AgentCore SessionMemory enough to handle conversation management?
Thanks for any guidance - been struggling to find a simple example that interleaves the variety of tools in use.
Mustafa
Beta Was this translation helpful? Give feedback.
All reactions