KSADK Web is the shared Web UI source for AgentEngine hosted UI and the KSADK embedded static UI.
kingsoftcloud/ksadk-pythonconsumes thebuild:ksadkoutput forksadk/server/static.agentengine-hosted-uiconsumes thebuild:hostedoutput and keeps private deployment shell files such as Docker, nginx, Helm, image tags, and runtime environment injection outside this repository.
The GitHub Pages demo is published from the reviewed build:ksadk output:
https://kingsoftcloud.github.io/ksadk-web/
npm ci
npm run dev
npm testnpm run build:ksadk
npm run build:hosted
npm run build:allbuild:ksadk uses relative assets for the SDK embedded UI. build:hosted
uses the /chat/ base path for the hosted UI bundle.
Consumers should record the KSADK Web tag or commit they build from. KSADK
release notes must mention the KSADK Web ref used to generate
ksadk/server/static.