feat(xdl): add optional XDL workflow bridge#298
Open
jgwy wants to merge 2 commits into
Open
Conversation
Provide a reusable XDL-to-workflow API with explicit station bindings so agents can prepare standard Uni-Lab workflows without changing native execution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Provide a reusable XDL-to-workflow API with explicit station bindings so agents can prepare standard Uni-Lab workflows without changing native execution.
可利用 Xyzen 的 marketplace 中的
XDL-generation这一 Skill,驱动 AI agent 由实验描述自然语言生成对应的 XDL 文本。Xyzen 会话中注入 ak、sk 后,可由 AI agent 再将 XDL 文本通过这一 bridge 转接到 Uni-Lab-OS 中,上传 workflow。用户在跃迁实验室可一键执行由 AI 生成的 XDL 转化而来的 workflow。基础安全性和可行性已得到初步校验。当前设备 profile 以
comprehensive_station.json为准。