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.

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

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.

Repository Information

Analyzed by OSRepos on August 18, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

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 starting with Dify v1.0.0 in February 2025. These plugins are made available on the Dify Marketplace, 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 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:

Related repositories

Similar repositories that may be relevant next.

Agent Skills: A Standardized Way to Give AI Agents New Capabilities

Agent Skills: A Standardized Way to Give AI Agents New Capabilities

August 18, 2026

Agent Skills provides a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. It allows packaging procedural knowledge and context into portable, version-controlled folders that agents load on demand. This enables agents to gain domain expertise, follow repeatable workflows, and reuse skills across various compatible AI tools.

agent-skillsPythonAI
A-MEM: Self-Evolving Memory for Coding Agents

A-MEM: Self-Evolving Memory for Coding Agents

August 17, 2026

A-MEM is an innovative self-evolving memory system designed for coding agents, organizing knowledge into a dynamic Zettelkasten-style graph. It allows memories to evolve and connect over time, enhancing an agent's ability to recall and utilize information effectively. This system offers both semantic and structural search capabilities for a richer knowledge base.

PythonAILLM
Agent Sandbox: Secure Local Development for AI Coding Agents

Agent Sandbox: Secure Local Development for AI Coding Agents

August 17, 2026

Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.

agent-harnessagent-sandboxagents
AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

August 16, 2026

AMD Skills is the official catalog of AI agent skills from AMD, designed to empower AI agents with optimized software for AMD hardware. This repository provides knowledge, scripts, and conventions for working with AMD's stack, enabling seamless integration with major coding agents like Cursor, Claude Code, OpenAI Codex, and Gemini CLI.

PythonAI AgentsMachine Learning

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️