mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
66523cf52b
* docs: 1.14 fixes for HITL events and Creator Center env vars (#764) * docs: reorganize chatflow API tags and surface workflow_run_id * refactor: update internal tooling for dify-graphon repo split * fix: surface workflow_run_id in HITL stream events * chore: tighten env-vars skill source-of-truth rule * docs: document Creator Center env vars * fix: use language-prefixed paths for non-api-reference links * fix: drop redundant workflow_run_id from workflow HITL events * fix: drop format uuid from chatflow HITL workflow_run_id * docs: small fixes for self-host, workspace, and CJK disclaimers (#765) * docs: shorten docker-compose section headings * docs: update Team plan limit and remove Dataset Operator role * fix: correct Japanese translation errors in workspace docs * style: align AI translation disclaimers with CJK spacing rules * style: add missing space between disclaimer link and particle in ja docs * fix: point zh general-specifications disclaimer to en source * fix: drop format uuid from chatflow workflow paused event
109 lines
3.2 KiB
Plaintext
109 lines
3.2 KiB
Plaintext
---
|
|
dimensions:
|
|
type:
|
|
primary: conceptual
|
|
detail: introduction
|
|
level: beginner
|
|
standard_title: Getting Started with Dify Plugin Development
|
|
language: en
|
|
title: Dify 插件
|
|
---
|
|
|
|
<Note> ⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考 [英文原版](/en/develop-plugin/getting-started/getting-started-dify-plugin)。</Note>
|
|
|
|
Dify 插件是模块化组件,可为 AI 应用添加额外的功能。它们允许你将外部服务、自定义功能和专业工具集成到基于 Dify 构建的 AI 应用中。
|
|
|
|
<Frame caption="Marketplace">
|
|

|
|
</Frame>
|
|
|
|
通过插件,你的 AI 应用可以:
|
|
- 连接外部 API
|
|
- 处理不同类型的数据
|
|
- 执行专业计算
|
|
- 执行现实世界的操作
|
|
|
|
## 插件类型
|
|
|
|
<AccordionGroup cols={3}>
|
|
<Accordion
|
|
title="模型"
|
|
icon="microchip"
|
|
href="/zh/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider"
|
|
>
|
|
将 AI 模型打包并作为插件进行管理
|
|
|
|
<a href="/zh/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider" className="text-primary">了解更多</a>
|
|
</Accordion>
|
|
<Accordion
|
|
title="工具"
|
|
icon="toolbox"
|
|
href="/zh/develop-plugin/dev-guides-and-walkthroughs/tool-plugin"
|
|
>
|
|
为 Agent 和工作流构建专业功能
|
|
|
|
<a href="/zh/develop-plugin/dev-guides-and-walkthroughs/tool-plugin" className="text-primary">了解更多</a>
|
|
</Accordion>
|
|
<Accordion
|
|
title="Agent 策略"
|
|
icon="brain"
|
|
href="/zh/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin"
|
|
>
|
|
为自主 Agent 创建自定义推理策略
|
|
|
|
<a href="/zh/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin" className="text-primary">了解更多</a>
|
|
</Accordion>
|
|
<Accordion
|
|
title="扩展"
|
|
icon="puzzle-piece"
|
|
href="/zh/develop-plugin/dev-guides-and-walkthroughs/endpoint"
|
|
>
|
|
通过 HTTP Webhooks 实现与外部服务的集成
|
|
|
|
<a href="/zh/develop-plugin/dev-guides-and-walkthroughs/endpoint" className="text-primary">了解更多</a>
|
|
</Accordion>
|
|
</AccordionGroup>
|
|
|
|
## 其他资源
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="开发与调试"
|
|
icon="code"
|
|
href="/zh/develop-plugin/features-and-specs/plugin-types/remote-debug-a-plugin"
|
|
>
|
|
高效插件开发的工具和技术
|
|
</Card>
|
|
<Card
|
|
title="发布与市场"
|
|
icon="shop"
|
|
href="/zh/develop-plugin/publishing/marketplace-listing/release-overview"
|
|
>
|
|
打包并与 Dify 社区分享你的插件
|
|
</Card>
|
|
<Card
|
|
title="API 与 SDK 参考"
|
|
icon="book-open"
|
|
href="/zh/develop-plugin/features-and-specs/plugin-types/general-specifications"
|
|
>
|
|
技术规范和文档
|
|
</Card>
|
|
<Card
|
|
title="社区与贡献"
|
|
icon="users"
|
|
href="/zh/develop-plugin/publishing/standards/contributor-covenant-code-of-conduct"
|
|
>
|
|
与其他开发者交流并为生态系统做出贡献
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
{/*
|
|
Contributing Section
|
|
DO NOT edit this section!
|
|
It will be automatically generated by the script.
|
|
*/}
|
|
|
|
---
|
|
|
|
[编辑此页面](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/getting-started/getting-started-dify-plugin.mdx) | [报告问题](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
|