TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Agent Actors – Plan-Do-Check-Adjust with Parallelized LLM Agent Trees

8 pointsby knrzabout 2 years ago
Hey HN! Been working on this library for architecting stateful LLM agent trees that execute in parallel. Think of it like a AI scheduler for BabyAGIs or AutoGPTs, like:<p>-----<p>Parent (Plan and Adjust): Chief Revenue Officer &#x2F; VP Sales<p>Children (Do and Check): 3 Sales Development Representatives; 2 Account Managers; 1 Market Researcher.<p>You can give the CRO a task and it will break it down, distribute it appropriately to its children, and the children will work in parallel on the task.<p>-----<p>Curious to hear your feedback first HN, we&#x27;re launching on Twitter tomorrow!

2 comments

mitkoabout 2 years ago
The VP of Sales is interesting. I would imagine that agents wouldn&#x27;t look like the traditional human roles, but would stack fractally under each other, like functions in code do.
评论 #35719139 未加载
olahmoonabout 2 years ago
This is brilliant and incredibly useful. Also easy to customize.