Ask HN: What is the underlying stack behind multi-agent platforms?

3 points | by throwaw12 6 hours ago

1 comments

  • cucho 3 hours ago

    We are using LangGraph, which is quite low level, but has useful features like time travel, human in the loop capabilities (interruptions), flexibility on the paradigm.

    • throwaw12 2 hours ago

      How do you run it reliably/durable?

      Does it have automatic checkpoints to be able to resume conversations?