Hi everyone!!
I’m currently working on a project where I’ve been using LangchainAgent from Reasoning Engine docs. Now I am trying to make my custom Agent class using Langgraph, I managed to get the class working in my local environment, and I also managed to deploy the Reasoning Engine. But when I try to use the deployed RE, it ends up having an error (probably in the set_up method, called in query method like template does). Has anyone tried using the reasoning engine with Langgraph?
Thanks in advance!