Managing Conversation History with LangGraph Supervisor? #155
Replies: 1 comment
-
Looks like the best way to do this is use a pre_model_hook |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a multi agent architecture using the prebuilt create_supervisor() function in langgraph-supervisor. I noticed that there's no prebuilt way to manage conversation history within the supervisor graph, which means there's nothing that can be done when the context window length exceeds because of too many messages in the conversation.
Has anyone implemented a way to manage conversation history with langgraph-supervisor?
Beta Was this translation helpful? Give feedback.
All reactions