Hey #1313616713647919218!
I'm setting up a very basic app bootstrapped basically exactly from the LangGraph and CopilotKit docs. The only thing I'm trying to add is LangFuse for tracing.
I'm running all of this locally via LangGraph CLI's langgraph dev command. LangGraph-wise it couldn't be more simple, as I'm just using create_react_agent with a few dummy MCP tools.
For some reason, the way CopilotKit is calling my agent doesn't trigger any of my LangGraph agent's callback handlers and I'm not too sure why, which is breaking LangFuse integration. LangSmith traces still work fine but those don't use callback handlers.
Has anyone seen this before?