Remix.run Logo
Ask HN: What is the underlying stack behind multi-agent platforms?
3 points by throwaw12 8 hours ago | 2 comments

Recently, I am seeing lots of startups with multi-agent platform, where you can create your own agent template, attach tools and run it reliably.

Which frameworks, platforms are you using for these kind of multi-agentic platforms?

cucho 5 hours ago | parent [-]

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 4 hours ago | parent [-]

How do you run it reliably/durable?

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