| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add CLI/API backend for the Studio GitHub CI/CD pipeline, including AgentKit deploy automation, and cover it with unit tests.
Add the GitHub CI/CD panel and wire the delivery flow into the agent workspace and project preview, with accompanying frontend tests.
Rebuild the bundled webui assets for the GitHub CI/CD delivery UI.
| Back | FazBrowse Home | New Git URL |
Adds a GitHub-backed continuous delivery path for Studio-generated Agent
projects. Instead of pushing images directly, Studio can now open (or update)
a pull request in the user's GitHub repo carrying the generated Agent source,
and bind that pipeline to an AgentKit Runtime.
The existing veadk pipeline command assumes a specific Volcengine account
and region (hardcoded CR instance name, VPC tunnel region, and template image),
so it is not portable across accounts. This PR introduces a GitHub-PR-centric
flow driven only by a repo URL + token, keeping delivery in the user's own
repository and CI.
Changes
Backend
(veadk/cli/cli_github_cicd_pipeline.py): takes --github-url,
--github-branch, --github-token, --project-json, --region.
and creates or updates the PR.
persisted under ~/.veadk/github-cicd-pipelines.json.
Frontend
Tests
Notes
chore commit.
How to test