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

3 points by throwaw12 ↗ HN
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?

5 comments

[ 4.6 ms ] story [ 43.4 ms ] thread
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.