메뉴
BL
MarkTechPost 43일 전

허메스 에이전트, 비동기 하위 에이전트 도입

IMP
7/10
핵심 요약

Nous Research의 허메스 에이전트(Hermes Agent)가 비동기 방식의 하위 에이전트를 도입하여, 위임된 작업이 메인 대화를 차단하지 않고 백그라운드에서 실행되도록 업데이트되었습니다. 이를 통해 사용자는 여러 작업을 동시에 진행하고 상황에 맞게 작업을 생성, 확인, 제어 및 결과를 수집할 수 있어 에이전트의 작업 자동화 효율성이 크게 향상되었습니다.

번역된 본문

이 글에서는 Nous Research의 허메스 에이전트(Hermes Agent)에 새롭게 도입된 비동기 하위 에이전트(Asynchronous Subagents)를 살펴봅니다. 이제 '위임(delegate)' 도구를 통해 상위 대화를 차단하지 않는 백그라운드 에이전트를 생성할 수 있습니다. 우리는 이슈 #5586에서 추적된 비동기 위임(async_delegation) 도구 세트를 살펴보며, 작업을 생성하고(spawn), 확인하고(check), 유도하고(steer), 수집하는(collect) 방법을 다룹니다. 또한 하위 에이전트 격리, 동기식과 비동기식의 트레이드오프, 그리고 대신 ACP를 사용해야 하는 상황은 언제인지도 함께 설명합니다.

원문 보기
원문 보기 (영어)
We look at Hermes Agent's new asynchronous subagents from Nous Research. The delegate tool can now spawn background agents that no longer block the parent chat. We walk through the async_delegation toolset tracked in issue #5586, covering how to spawn, check, steer, and collect tasks. We also cover subagent isolation, the synchronous-versus-asynchronous tradeoffs, and when to reach for ACP instead The post Hermes Agent Adds Asynchronous Subagents, So Delegated Work No Longer Blocks the Parent Chat appeared first on MarkTechPost.