chaitin/dify-plugins
GitHub: chaitin/dify-plugins
长亭科技官方维护的 Dify 插件仓库,提供威胁情报查询、agent-compose 编排和 OctoBus 调用等插件,便于在 Dify 平台中集成安全能力。
Stars: 3 | Forks: 0
# Chaitin Dify Plugins
[中文文档](README.zh-CN.md)
由 Chaitin 官方维护的 Dify 插件。此 monorepo 为 Dify 1.15.0 及以上版本发布独立版本化、自包含的插件包。
## 插件
| 插件 | 形式 | 描述 | 文档 |
| --- | --- | --- | --- |
| Rivers IOC | 工具 | 从 Chaitin Rivers 查询威胁情报 | [插件 README](plugins/rivers_ioc/README.md) |
| agent-compose Workflow | 工具 | 在 Dify 工作流中调用 agent-compose | [插件 README](plugins/agent_compose_workflow/README.md) |
| agent-compose Strategy | Agent 策略 | 在 Dify Agent 节点中使用 agent-compose | [插件 README](plugins/agent_compose_strategy/README.md) |
| OctoBus | 工具 | 发现并调用 OctoBus 功能 | [插件 README](plugins/octobus/README.md) |
从 [GitHub Releases](../../releases) 下载经过验证的构建产物和 `SHA256SUMS`。
发布版本中的每个包都将仓库的 SemVer 标签作为其插件版本。
通过 Dify 的插件管理界面安装 `.difypkg`。
## 开发
安装 [Task](https://taskfile.dev/) 和 [uv](https://docs.astral.sh/uv/),然后运行:
```
task setup
task check
task build
```
`plugins/` 下的每个目录都可以独立进行测试和打包。请参阅
[开发指南](docs/development.md)、[贡献指南](CONTRIBUTING.md) 以及
[安全策略](SECURITY.md)。
## 许可证
Apache License 2.0。参见 [LICENSE](LICENSE) 和 [NOTICE](NOTICE)。
标签:AI智能体, Dify插件, LLMOps, 威胁情报, 实时处理, 开发者工具, 逆向工具