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.

Tau: A Minimalist Python Coding Agent for Your Terminal

Tau: A Minimalist Python Coding Agent for Your Terminal

September 8, 2026

Tau is a Python port of Pi's minimalist coding agent, designed to live in your terminal. It allows users to make requests like "explain this repo" or "add tests," and it can read files, edit code, and run commands. Beyond its utility, Tau also serves as a teaching project, demonstrating how coding agents are built with a small, readable codebase.

PythonAICoding Agent
Awesome Harness Engineering: Building Reliable AI Agent Systems

Awesome Harness Engineering: Building Reliable AI Agent Systems

September 7, 2026

Awesome Harness Engineering is a comprehensive curated list dedicated to the discipline of designing robust AI agent harnesses. It offers a wealth of resources, patterns, and templates essential for building reliable AI agent systems. Developers can explore tools, best practices, and foundational concepts across various critical areas of agent development.

agent-harnessai-agentsawesome-list
Best of Agent Harnesses: A Curated List for AI Agent Development

Best of Agent Harnesses: A Curated List for AI Agent Development

September 7, 2026

RyanAlberts' Best of Agent Harnesses is a comprehensive, curated, and ranked list of over 100 AI agent harnesses and orchestration frameworks. It provides valuable insights for building reliable agentic systems, offering both human-readable guides and machine-readable formats for agents themselves. The repository is rescored weekly to ensure up-to-date recommendations.

AI AgentsAgent HarnessesLLM Frameworks
Wasm Agents Blueprint: Run Python AI Agents in Your Browser with WebAssembly

Wasm Agents Blueprint: Run Python AI Agents in Your Browser with WebAssembly

September 3, 2026

Wasm Agents Blueprint is an innovative project from Mozilla AI that allows you to run Python-based AI agents directly in your web browser using WebAssembly (Wasm) and Pyodide. It bridges the gap between powerful Python AI frameworks, like the OpenAI Agents SDK, and browser-based applications. This blueprint eliminates the need for complex server setups or Docker containers, offering a streamlined way to experience AI agents.

PythonWebAssemblyAI Agents

Source repository

Open the original repository on GitHub.

11 counted GitHub visits

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 ❤️