Before I create my own abstractions, I was wondering if there are maybe built-in or third-party APIs for LangGraph that allow describing and building typical information flow patterns?
I am thinking Feedback Loops (the last node in the chain (“judge”) calls the first one to try again), or Hierarchical (“supervisor” node that manages the state and makes decisions, with “worker” nodes doing just one thing, statelessly), etc.
Thanks