community-automations/perplexity-bridge

Investigação e Inteligência

PublicSubagente Claude

Ponte Perplexity

O Perplexity dá ótimas respostas com citações, mas integrá-lo nos seus próprios agentes e scripts é trabalhoso de repetir em cada projeto. Esta bridge encapsula-o numa única ferramenta limpa.

sonnet2 diasPerplexity APIFastAPIRedisOpenAI
ClaudeClaude
ROI for
README.md

Porquê este subagente

O Perplexity dá ótimas respostas com citações, mas integrá-lo nos seus próprios agentes e scripts é trabalhoso de repetir em cada projeto. Esta bridge encapsula-o numa única ferramenta limpa.

Qualquer workflow chama um único endpoint, envia uma pergunta e recebe de volta a resposta com as respetivas citações num formato estável. Consultas repetidas ficam em cache para não pagar duas vezes pela mesma coisa, e os seus agentes nunca tocam na API diretamente.

Como funciona

    • Read

      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.

Saída de exemplo

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.