자동화가 늘어나면, 로직을 복사해 붙여 넣지 않고도 하나의 워크플로가 다른 워크플로를 호출하게 하고 싶어집니다. 이 브릿지는 모든 워크플로를 명확한 계약(contract)을 가진 호출 가능한 도구로 만들어 줍니다.
sonnet1주 이내WebhookRESTRedisPostgres
Claude
85ROI
84Scale
$3.7k93Saved
ROI for
README.md
왜 이 서브에이전트인가
자동화가 늘어나면, 로직을 복사해 붙여 넣지 않고도 하나의 워크플로가 다른 워크플로를 호출하게 하고 싶어집니다. 이 브릿지는 모든 워크플로를 명확한 계약(contract)을 가진 호출 가능한 도구로 만들어 줍니다.
각 호출을 대상의 스키마에 맞춰 검증하고, 상관 관계 ID를 담아 전달하며, 타입이 지정된 결과를 반환합니다. 덕분에 에이전트가 워크플로를 연쇄적으로 연결할 수 있는 조합 가능한 백본이 만들어지고, 모든 단계가 하나의 실행 로그에 기록되어 처음부터 끝까지 추적할 수 있습니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
대상 워크플로우의 스키마와 일치하는지 전달 전 호출 내용을 검증합니다.
pending
상류 워크플로우를 호출하고, 체인이 추적 가능하도록 상관관계 ID(correlation id)를 전달합니다.
pending
결과를 호출자에게 반환하고 공유 실행 로그에 호출 내역을 기록합니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Given a tool call naming a registered workflow and arguments, validate against its schema, invoke it, and return the typed result with a correlation id.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.