[PR #2026] [MERGED] Add Exa AI search plugin #2028

Closed
opened 2026-02-22 18:14:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/2026
Author: @YiYangC
Created: 2/5/2026
Status: Merged
Merged: 2/9/2026
Merged by: @crazywoola

Base: mainHead: add-exa-plugin


📝 Commits (4)

  • e3b7bab Add Exa AI search plugin
  • 59a7e6b Bump plugin version to 0.0.2
  • a5909c9 Rename plugin name from exa to exa_ai
  • 0f3bd76 Fix author name: rename "Exa Labs" to "ExaLabs"

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

exa-labs/exa.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

Exa is an AI-powered search plugin that provides 6 tools:

  • Search - AI-powered web search with neural, fast, and deep search modes, category filtering, and domain controls
  • Contents - Extract text content, summaries, and highlights from specific URLs
  • Answer - Generate factual answers to questions with cited web sources
  • Create Webset - Create async bulk entity search with verification and enrichment
  • Get Webset - Check Webset processing status and retrieve results
  • List Webset Items - Paginate through all Webset results

Supports multiple languages (English, Chinese, Japanese, Portuguese).

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Data Collection

The plugin sends user search queries and URLs to the Exa API (api.exa.ai) for processing. No additional user personal data is collected beyond what is necessary for the search functionality.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/2026 **Author:** [@YiYangC](https://github.com/YiYangC) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `add-exa-plugin` --- ### 📝 Commits (4) - [`e3b7bab`](https://github.com/langgenius/dify-plugins/commit/e3b7bab867b83a33155d975140ceb22d70cb9463) Add Exa AI search plugin - [`59a7e6b`](https://github.com/langgenius/dify-plugins/commit/59a7e6b70b469cde244afaa805451a2ed494b1fa) Bump plugin version to 0.0.2 - [`a5909c9`](https://github.com/langgenius/dify-plugins/commit/a5909c9b3e37b5354edc539f9aec907f489fe82d) Rename plugin name from exa to exa_ai - [`0f3bd76`](https://github.com/langgenius/dify-plugins/commit/0f3bd7648d34d99c6b170aa37be92ecf753f0a98) Fix author name: rename "Exa Labs" to "ExaLabs" ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `exa-labs/exa.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: Exa Labs - **Plugin Name**: exa - **Repository URL**: https://github.com/exa-labs/dify-exa ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description Exa is an AI-powered search plugin that provides 6 tools: - **Search** - AI-powered web search with neural, fast, and deep search modes, category filtering, and domain controls - **Contents** - Extract text content, summaries, and highlights from specific URLs - **Answer** - Generate factual answers to questions with cited web sources - **Create Webset** - Create async bulk entity search with verification and enrichment - **Get Webset** - Check Webset processing status and retrieve results - **List Webset Items** - Paginate through all Webset results Supports multiple languages (English, Chinese, Japanese, Portuguese). ## 4. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 5. Documentation Checklist - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information ### Data Collection The plugin sends user search queries and URLs to the Exa API (api.exa.ai) for processing. No additional user personal data is collected beyond what is necessary for the search functionality. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:14:44 -05:00
yindo closed this issue 2026-02-22 18:14:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#2028