# dify-official-plugins: Extending Dify with AI Models, Tools, and Agent Strategies

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/langgenius-dify-official-plugins
Generated for open source discovery and AI-assisted research.

The `dify-official-plugins` repository hosts a collection of official plugins for Dify, an open-source platform for developing LLM-powered AI applications. These plugins, including models, tools, agent strategies, and extensions, enhance Dify's capabilities and are maintained by the official Dify team. They are designed to help developers efficiently build, deploy, and manage AI-driven solutions.

GitHub: https://github.com/langgenius/dify-official-plugins
OSRepos URL: https://osrepos.com/repo/langgenius-dify-official-plugins

## Summary

The `dify-official-plugins` repository hosts a collection of official plugins for Dify, an open-source platform for developing LLM-powered AI applications. These plugins, including models, tools, agent strategies, and extensions, enhance Dify's capabilities and are maintained by the official Dify team. They are designed to help developers efficiently build, deploy, and manage AI-driven solutions.

## Topics

- Python
- AI
- LLM
- Plugins
- Open Source
- Dify
- Agent
- Tools

## Repository Information

Last analyzed by OSRepos: Tue Aug 18 2026 17:34:32 GMT+0100 (Western European Summer Time)
Detail views: 1
GitHub clicks: 2

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

Dify is an open-source platform dedicated to developing LLM-powered AI applications, enabling developers and businesses to efficiently build, deploy, and manage AI-driven solutions. The `dify-official-plugins` repository serves as the central hub for all official models and tools, which have been migrated from the [main Dify repository](https://github.com/langgenius/dify?target=_blank) starting with Dify v1.0.0 in February 2025. These plugins are made available on the [Dify Marketplace](https://marketplace.dify.ai?target=_blank), offering a wide range of functionalities to Dify users.

## Installation

For Python plugins within this repository, dependency management is handled using `pyproject.toml` and `uv.lock`. To update or add new dependencies, declare them in `pyproject.toml`, then run `uv lock` to generate or update the `uv.lock` file. Both files should be committed. To reproduce a locked environment, navigate to the plugin directory and execute `uv sync --frozen`. Legacy plugins that have not yet migrated to `uv.lock` may still utilize `requirements.txt` for dependency declarations.

## Examples

The `dify-official-plugins` repository provides several types of plugins to extend Dify's functionality:

*   **Models:** These plugins transform AI model management within Dify, allowing users to configure, update, and utilize various models across chatbots, agents, chatflows, and workflows.
*   **Tools:** Tools add specialized capabilities to Dify applications, enhancing agents and workflows with domain-specific features for tasks like data analysis, content translation, and custom integrations.
*   **Agent Strategies:** Designed for the new [Agent Nodes](https://docs.dify.ai/guides/workflow/node/agent?target=_blank) in Dify chatflows and workflows, these strategies provide reasoning mechanisms for autonomous tool selection and multi-step execution. Examples include Chain-of-Thoughts, Tree-of-Thoughts, Function call, and ReAct.
*   **Extensions:** Extensions facilitate external integrations via HTTP webhooks, enabling the creation of custom APIs to manage complex workflows, process data, or connect with external services.

## Why Use `dify-official-plugins`?

Leveraging the `dify-official-plugins` repository offers significant advantages for Dify users. It provides a centralized, officially maintained source for enhancing Dify's core capabilities with a diverse array of models, tools, and advanced agent strategies. By utilizing these plugins, developers can streamline the creation of sophisticated AI applications, ensure compatibility with the Dify platform, and benefit from ongoing updates and support directly from the Dify team. The availability of these plugins on the Dify Marketplace further simplifies discovery and integration into your projects.

## Links

Explore Dify and its ecosystem further through these official resources:

*   [Dify Cloud](https://cloud.dify.ai?target=_blank)
*   [Self-hosting Dify](https://docs.dify.ai/getting-started/install-self-hosted?target=_blank)
*   [Dify Documentation](https://docs.dify.ai?target=_blank)
*   [Main Dify Repository](https://github.com/langgenius/dify?target=_blank)
*   [Dify Marketplace](https://marketplace.dify.ai?target=_blank)
*   [Enterprise Inquiry](https://udify.app/chat/22L1zSxg6yW1cWQg?target=_blank)