TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Modeling parallel (and hierarchical) agents with Burr

2 点作者 krawczstef6 个月前
Hi all, just showing a new construct in Burr (for more info on Burr see - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39917364">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39917364</a>) for modeling agent &#x2F; agentic parallelism. We think a &quot;graph&quot; mental model lends itself well to thinking about parallelism (&amp; hierarchy) -- would love your thoughts.<p>Video walkthrough of notebook - <a href="https:&#x2F;&#x2F;youtu.be&#x2F;G7lw63IBSmY" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;G7lw63IBSmY</a><p>Why did we build this feature? The future is only going to get more complex with LLMs &amp; agents, and having the right constructs with integrated observability will help us get there. We naturally saw people doing this and thought we could help simplify it more.<p>Key Features of Burr&#x27;s constructs:<p>* you can map over dynamic values in state (e.g. run an agent in parallel over many URLs)<p>* you can map over dynamic actions&#x2F;or sub-graphs (e.g. running different agents in parallel)<p>* you can do the cartesian product between the two (e.g. run over prompts and actions&#x2F;agents and do it in a loop to modify them...)<p>More details here - <a href="https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;parallelism&#x2F;">https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;parallelism&#x2F;</a>.<p>Things not mentioned but useful in this parallel context, Burr comes with pluggable durability&#x2F;persistence&#x2F;memory (see <a href="https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;state-persistence&#x2F;">https:&#x2F;&#x2F;burr.dagworks.io&#x2F;concepts&#x2F;state-persistence&#x2F;</a>).<p>We&#x27;d love to get any early feedback from the HN community, ideas for where you&#x27;d like the framework to go, or UI&#x2F;UX experiences in this space. We will be in the comments for the next few hours to respond! Or leave an issue or discussion here - <a href="https:&#x2F;&#x2F;github.com&#x2F;dagworks-inc&#x2F;burr">https:&#x2F;&#x2F;github.com&#x2F;dagworks-inc&#x2F;burr</a>. Thanks!

1 comment

krawczstef6 个月前
Forgot to mention, on the roadmap we have pluggable executors, e.g. delegating parallelism to whole agents&#x2F;subgraphs to systems like &quot;ray&quot;. Would love to collaborate with folks if that&#x27;s interesting.