{{ message }}
Feat/deploy to agentkit and add agent#595
Merged
yaozheng-fang merged 4 commits intoJun 10, 2026
Merged
Conversation
e195460 to
d678bfa
Compare
d678bfa to
21142f4
Compare
yaozheng-fang
approved these changes
Jun 10, 2026
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.

功能
✅ 部署到 AgentKit Runtime(点击按钮,等待 2-5 分钟)
✅ 部署成功后显示 Agent 信息(名称、API 端点、API Key)
✅ 添加 Agent 到连接列表(调用 addConnection)
✅ 自动跳转到聊天界面(关闭创建工作室,选中新 Agent,开始会话)
改动
后端实现 (
veadk/cli/cli_frontend.py)新增 API 端点:
POST /web/deploy-agentkit- 部署 Agent 到 AgentKit Runtimeapp.py,requirements.txt等)agentkit.yaml配置文件veadk agentkit launchCLI 命令POST /web/create-agentkit-apikey- 创建 API Key 的实际密钥值