Perplexity Search Plugin
The Perplexity plugin provides AI-powered web search with citations using the Perplexity API. Unlike traditional search engines, Perplexity understands natural language queries and returns results enriched with AI-generated context and source attribution.
Source: packages/plugins/perplexity/src/perplexity.plugin.ts
Overview
| Property | Value |
|---|---|
| Plugin ID | perplexity |
| Package | @ever-works/perplexity-plugin |
| Category | search |
| Capabilities | search |
| Version | 1.0.0 |
| Configuration Mode | hybrid |
| Auto-enable | No |
| Built-in | Yes |
| System Plugin | No |
The plugin implements both IPlugin and ISearchPlugin interfaces. It uses the official @perplexity-ai/perplexity_ai SDK to communicate with the Perplexity API.