Files
dify-docs/zh/develop-plugin/getting-started/getting-started-dify-plugin.mdx
github-actions[bot] 3a441d28f1 🌐 Sync PR #602 translations: Recover the original agent strategy docs from old docs repo (#603)
* 🌐 Initial translations for PR #602

Auto-generated translations for documentation changes in PR #602.

Last-Processed-Commit: 791a764092
Original-PR: #602
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* 🔄 Update translations for commit b35925e1

Auto-generated translations for changes in commit b35925e173.

Last-Processed-Commit: b35925e173
Original-PR: #602
Languages: Chinese (zh), Japanese (ja)

🤖 Generated with GitHub Actions

* Update docs.json

* Update title and terminology

* Update terminology

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com>
2025-12-09 19:46:40 +08:00

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">
<img src="/images/marketplace.png" />
</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)