Agents
Goal
Run a hybrid AGS cookbook with the simplest possible workflow.
Quick Start
- Open
./.envand fill real credentials. - Run:
go mod tidy - Run:
go run .
What This Cookbook Does
- Create AGS sbx via new
tencentcloud-sdk-go(control plane). - Connect sbx via
ags-go-sdk(data plane). - Execute code in sbx.
- Query sbx list in control plane.
- Stop sbx in defer cleanup.
Files
main.go: single entry, minimal flow..env: unified runtime config..env.example: env template.README.md: user guide.