If you want to connect to a LanGraph in FastAPI, there's the following:
from copilotkit import langgraph_agui_agent
Pydantic have recently released their v2 Graph, and I now have several implementations of CopilotKit working with it. However, I had to roll my own adapter, which isn't ideal.
Does anyone know if there's plans to create something similar to langgraph_agui_agent for Pydantic Graph?
Btw, I did raise a feature request on Pydantic AI's GitHub: https://github.com/pydantic/pydantic-ai/issues/5492.
I'm happy to raise a FR for CopilotKit too, and cross-reference to the one above, but I wanted to check in first.
Thanks
Ian