mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
* 🌐 Initial translations for PR #602 Auto-generated translations for documentation changes in PR #602. Last-Processed-Commit:791a764092Original-PR: #602 Languages: Chinese (zh), Japanese (ja) 🤖 Generated with GitHub Actions * 🔄 Update translations for commitb35925e1Auto-generated translations for changes in commitb35925e173. Last-Processed-Commit:b35925e173Original-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>
108 lines
3.8 KiB
Plaintext
108 lines
3.8 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="/ja/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider"
|
|
>
|
|
AI モデルをプラグインとしてパッケージ化して管理
|
|
|
|
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider" className="text-primary">詳細を見る</a>
|
|
</Accordion>
|
|
<Accordion
|
|
title="ツール"
|
|
icon="toolbox"
|
|
href="/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin"
|
|
>
|
|
エージェントとワークフロー向けの特殊な機能を構築
|
|
|
|
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin" className="text-primary">詳細を見る</a>
|
|
</Accordion>
|
|
<Accordion
|
|
title="エージェント戦略"
|
|
icon="brain"
|
|
href="/ja/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin"
|
|
>
|
|
自律型エージェント向けのカスタム推論戦略を作成
|
|
|
|
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin" className="text-primary">詳細を見る</a>
|
|
</Accordion>
|
|
<Accordion
|
|
title="拡張機能"
|
|
icon="puzzle-piece"
|
|
href="/ja/develop-plugin/dev-guides-and-walkthroughs/endpoint"
|
|
>
|
|
HTTP Webhook を通じた外部サービスとの統合を実装
|
|
|
|
<a href="/ja/develop-plugin/dev-guides-and-walkthroughs/endpoint" className="text-primary">詳細を見る</a>
|
|
</Accordion>
|
|
</AccordionGroup>
|
|
|
|
## その他のリソース
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="開発とデバッグ"
|
|
icon="code"
|
|
href="/ja/develop-plugin/features-and-specs/plugin-types/remote-debug-a-plugin"
|
|
>
|
|
効率的なプラグイン開発のためのツールとテクニック
|
|
</Card>
|
|
<Card
|
|
title="公開とマーケットプレイス"
|
|
icon="shop"
|
|
href="/ja/develop-plugin/publishing/marketplace-listing/release-overview"
|
|
>
|
|
プラグインをパッケージ化して Dify コミュニティと共有
|
|
</Card>
|
|
<Card
|
|
title="API & SDK リファレンス"
|
|
icon="book-open"
|
|
href="/ja/develop-plugin/features-and-specs/plugin-types/general-specifications"
|
|
>
|
|
技術仕様とドキュメント
|
|
</Card>
|
|
<Card
|
|
title="コミュニティと貢献"
|
|
icon="users"
|
|
href="/ja/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) |