Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.44 KB

File metadata and controls

37 lines (26 loc) · 1.44 KB

Chaitin Dify Plugins

中文文档

Officially maintained Dify plugins from Chaitin. This monorepo publishes independently versioned, self-contained plugin packages for Dify 1.15.0 and later.

Plugins

Plugin Form Description Documentation
Rivers IOC Tool Query threat intelligence from Chaitin Rivers Plugin README
agent-compose Workflow Tool Invoke agent-compose from a Dify workflow Plugin README
agent-compose Strategy Agent strategy Use agent-compose in Dify Agent nodes Plugin README
OctoBus Tool Discover and invoke OctoBus capabilities Plugin README

Download attested build artifacts and SHA256SUMS from GitHub Releases. Every package in a release embeds the repository's SemVer tag as its plugin version. Install a .difypkg through Dify's plugin management interface.

Development

Install Task and uv, then run:

task setup
task check
task build

Each directory under plugins/ is independently testable and packageable. See the development guide, contribution guide, and security policy.

License

Apache License 2.0. See LICENSE and NOTICE.