Hi all, question about the roadmap - Is there any plan to add support for LLM-agentic pipelines in kedro? E.g. I think it would be really cool to represent an agentic graph (e.g. langgraph) as a kedro-viz pipeline.
Hi, @Chris Barber We are actively exploring Kedro + GenAI opportunities within the team, but we don’t have a clear roadmap for them yet. Your ideas and feedback are valuable for us to better shape it, so feel free to share other features you would like to have in Kedro.
Also, we’re going to demo some Kedro + GenAI use cases at our bi-weekly Coffee Chat, so stay with us for the updates 🙂
https://github.com/kedro-org/kedro/wiki/Kedro-Coffee-Chat
https://www.youtube.com/@kedro-python/streams
Yeah! If you're interested, you can find the datasets here.
If you're interested in just visualizing them with kedro-viz, that could be fun project to integrate the two! Langgraph does have some out of the box visualization too.
Overall though, I'm not sure it makes the most sense to do that as Langgraph / other agent framework work on graphs and Kedro is specifically a DAG.
There's no reason a node can't be a function with an agent that does something though! Just my take though.
True, it would work for any unidirectional flow where each kedro node is an agent, but any kind of cyclical flow would be difficult to model in kedro. E.g.