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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there anyone working on multiple AI agent group chats?

1 点作者 nsiradze4 个月前
I see a lot of AI agents and chats on the market. Everyone is focused on &quot;Devin,&quot; like agents who can work for you autonomously, vertical and horizontal agents, and this kind of stuff.<p>But I&#x27;m still curious: Is there any solution for delegating tasks to multiple agents in the same chat?<p>Like: Input &gt; Decide whose task it is &gt; response<p>Imagine how big it can be to have agents for separate tasks. Each task will have its own prompt with its own specialization, and you will just assign them tasks to do it.<p>I will be happy to get references, It will help my research a lot.<p>Thanks!

1 comment

tough4 个月前
Yes, those are called multi-agent systems <a href="https:&#x2F;&#x2F;langchain-ai.github.io&#x2F;langgraphjs&#x2F;concepts&#x2F;multi_agent&#x2F;" rel="nofollow">https:&#x2F;&#x2F;langchain-ai.github.io&#x2F;langgraphjs&#x2F;concepts&#x2F;multi_ag...</a><p>there&#x27;s also other approaches like swarms, etc<p>basically the same thing going on recursively with a singular -agent- having multiple -sub-skills- it can summon at will, the first prompt is an llm iterating over what tools to use given inputs, which can either reply with text, use a tool to get more context, or pass the message to another -agent-<p>so basically yeah most complex systems are multi-agentic in nature but maintain only one personality&#x2F;tone in the frontend so it&#x27;s less noticeable from a ux point of view.<p>Chatgpt for example, o1 is agent (does a thinking step)<p>also now models like r1 implementend it directly onto the streaming<p>there&#x27;s also interesting stuff on continous thought research where the internal monlogue remains as tokens and not outputed, but still useful for the agents to -think step by step-<p>what is -an -agent- is a greqt question, simonwillson has compiled hundreds of answer people give along the way
评论 #42850244 未加载