mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #140] [CLOSED] feat: Add Cosense Search plugin #1116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/140
Author: @teramotodaiki
Created: 1/11/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (6)
96caea7feat: Add Cosense Search plugin with comprehensive error handlingfad0651docs: enhance Cosense product description and add product URL11ae41fMerge pull request #1 from teramotodaiki/devin/1736576953-add-cosense-search-tool660b30afix: replace custom SVG icon with official Cosense logofdf9650fix: clean up icon files and ensure correct placementb601812Merge pull request #2 from teramotodaiki/devin/1736576953-add-cosense-search-tool📊 Changes
9 files changed (+264 additions, -0 deletions)
View changed files
➕
tools/cosense/README.md(+80 -0)➕
tools/cosense/_assets/cosense-banner.png(+0 -0)➕
tools/cosense/_assets/icon.png(+0 -0)➕
tools/cosense/main.py(+6 -0)➕
tools/cosense/manifest.yaml(+35 -0)➕
tools/cosense/provider/cosense.py(+17 -0)➕
tools/cosense/provider/cosense.yaml(+49 -0)➕
tools/cosense/requirements.txt(+2 -0)➕
tools/cosense/tools/cosense_search.py(+75 -0)📄 Description
This PR adds a new plugin that enables searching knowledge in Cosense (formally Scrapbox.io) projects directly from Dify.
About Cosense
Cosense is a cutting-edge knowledge management and collaboration platform designed for modern teams. it offers:
Cosense transforms how teams:
Features
Implementation Details
Testing
Documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.