v1.16.0-rc1 #38621
QuantumGhost
announced in
Releases
v1.16.0-rc1
#38621
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introducing Dify Agent (Experimental): A New Agent Experience in Dify
Warning
You should provide Dify Agent services⚠️ only to trusted, non-malicious users⚠️ .
As many of you know, the shell-based LLM agent paradigm has brought a major leap in agent capabilities and changed how we think about agents. Meanwhile, Skills provide a standardized way to package and distribute capabilities, making it easier to build powerful agents.
Today, we are experimentally launching Dify Agent. Like other leading agents, it runs in a Linux sandbox. This release includes:
A builder for creating Dify Agents
Dify Workflow integration for Dify Agent
A new web app experience
Docs: https://docs.dify.ai/en/self-host/use-dify/build/new-agent/overview
Limitations
Please note that in the current experimental release, all Dify Agents run in the same sandbox. This means:
Strict isolation will be implemented in a future release. For now,
Warning
You should provide Dify Agent services⚠️ only to trusted, non-malicious users⚠️ .
Similarly, because Dify Agent is not fully ready yet, you may find that some features are not available for Dify Agent. For example, Dify Workflow DSL export is unavailable when the workflow contains nodes that reference Dify Agent.
Upgrade Guide
Important
.envaccordingly.docker-compose.yaml, review the changes and re-apply local customizations carefully.Docker Compose Deployments
1.16.0-rc1release.dockerdirectory).tar -cvf volumes-$(date +%s).tgz volumesSource Code Deployments
1.16.0-rc1release.cd api uv syncWhat's Changed
service_apiend-user type on load by @manan-tech in fix(api): tolerate legacyservice_apiend-user type on load #38271New Contributors
Full Changelog: 1.15.0...1.16.0-rc1
This discussion was created from the release v1.16.0-rc1.
Beta Was this translation helpful? Give feedback.
All reactions