Perplexity는 훌륭한 인용 답변을 제공하지만, 프로젝트마다 에이전트와 스크립트에 연동하는 건 매번 번거로운 일입니다. 이 브리지는 Perplexity를 깔끔한 도구 하나로 감쌉니다.
sonnet2일 이내 출시Perplexity APIFastAPIRedisOpenAI
Claude
63ROI
73Scale
$2k88Saved
ROI for
README.md
왜 이 서브에이전트인가
Perplexity는 훌륭한 인용 답변을 제공하지만, 프로젝트마다 에이전트와 스크립트에 연동하는 건 매번 번거로운 일입니다. 이 브리지는 Perplexity를 깔끔한 도구 하나로 감쌉니다.
어떤 워크플로든 단일 엔드포인트를 호출해 질문을 보내면, 인용이 포함된 답변을 일관된 형태로 받아볼 수 있습니다. 반복되는 쿼리는 캐시되어 같은 내용에 두 번 비용을 내지 않으며, 에이전트는 원본 API에 직접 손대지 않습니다.
작동 방식
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
반복되는 쿼리는 캐싱하여 짧은 시간 내에 동일한 질문이 중복 청구되지 않도록 합니다.
pending
어떤 에이전트나 워크플로우에서도 하나의 도구처럼 호출할 수 있는 깔끔한 응답을 반환합니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Accept a query, call Perplexity, and return {answer, citations[], model} in a stable shape so calling agents never parse raw API responses.
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.