feat(studio): agent workbench, manage-agent, and VeFaaS studio deploy#661
Merged
Conversation
c5c7563 to
d596d59
Compare
| ) | ||
| from agentkit.sdk.runtime import types as _rt | ||
|
|
||
| orig_create = rt_client.create_runtime |
zakahan
approved these changes
Jul 14, 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.
Unified PR that aggregates and supersedes #655 and #657, plus the new work built on top of them. (Please close #655 and #657 in favor of this.)
Frontend
构建镜像 → 部署 → 发布stepper driven by an SSE stream; failure pinned to the failing stage./web/ui-config(hide new-chat/search/skill-center/history; land on the add-agent page; hide the remote "添加 AgentKit 智能体" card).--openbrowser flag onveadk frontend. (was feat(cli): optionally open the browser whenveadk frontendis ready #655)Backend (
veadk frontend/veadk studio)/web/deploy-agentkitrefactored to call the AgentKit SDK in-process and stream per-stage progress (SSE), tagging created runtimes with the deploying user./web/my-runtimes,/web/delete-runtime,/web/runtime-detail,/web/ui-config./web/*resolve Volcengine credentials env → VeFaaS role STS credential file (with session token), so a hosted UI manages runtimes via its IAM role — never env AK/SK.app.pyexposes/web/agent-graphfor sub-agent introspection.veadk studio deploy(VeFaaS)studiocommand group;veadk studio deploydeploys the SSO web frontend to VeFaaS:vefaas),--from-sourcebundles a local wheel),OAUTH2_REDIRECT_URI,IdentityClientuser-pool methods now use@refresh_credentialsso they work with the FaaS role's STS credentials.Notes