Dify 0.5.0 (2024-01-24)
公式リリースノート: https://github.com/langgenius/dify/releases/tag/0.5.0
v0.5.0
このバージョンの記事
| # | テーマ | 状態 |
|---|---|---|
| 01-agent-mode-integration | エージェントモード統合 (0.5.0) | draft |
| 02-tts-capabilities | TTS 機能 (0.5.0) | draft |
| 03-deploying-with-docker-compose | Docker Compose によるデプロイ (0.5.0) | draft |
| 04-deploying-from-source-code | ソースコードからのデプロイ (0.5.0) | draft |
| 05-change-log | 変更履歴 (0.5.0) | draft |
リリースノート抜粋
🎉🎉 Dify Version 0.5 Release Notes
We're excited to announce the release of Dify Version 0.5. This update introduces several major enhancements, including the integration of Agent mode, the implementation of text-to-speech (TTS) capabilities, and the introduction of the AWS Bedrock model provider. Additionally, we have incorporated GLM3/GLM4 models and Portuguese language support. Read on for more details 👇
What's New
Agent Mode Integration
The Assistant App (previously known as the Chat App) now features an Agent mode, providing access to 12 built-in tools including DALL-E, Stable Diffusion, WebScraper, WolframAlpha, Dify Knowledge, and more.
The integration of Agent reasoning and tool outputs with the Assistant's replies offers a fluid, intuitive user experience.
https://github.com/langgenius/dify/assets/138381132/c0682fb9-33ee-4521-a149-b6c6fb1dc5b4
Our expansion into text-to-image capabilities marks a significant step in our multimodal journey. This includes a shared file variable pool, facilitating image-to-image and image-to-text functionality across all tools.
Custom tool integration is now more accessible through:
-
APIs: OpenAI/Swagger and ChatGPT Plugin spec files are supported, with a UI form for API specification in development.
-
Extensions: A guide is provided for users to contribute their own tool business logic.
Additional Updates:
-
The "Build App" has been renamed "Studio", and the "Chat App" is now the "Assistant". Choose between "Basic Assistant" or "Agent Assistant" in the Assistant den.
-
"API Based Extension", previously under the Assistant, is now in the "Variables" module.
-
For ease of use, "Tools" has been relocated to the main product menu, centralizing customization, authorization, and management.
-
With the release of the Agent Assistant, the experimental feature 'Universal Chat in Explorer' has completed its mission! Now, you can directly create an Agent Assistant to achieve the same functions.
TTS Capabilities
Thanks to @charli117, new TTS models are now supported. Our model provider includes an interface for the OpenAI TTS model, and we welcome contributions to our TTS scheme here.
TTS features are available in-app under "Add Feature".

本記事は非公式まとめです。 正式な機能仕様、互換性、移行手順については Dify 公式ドキュメント および 公式リリースノート を必ずご確認ください。