edgegate_setup_bg_github_action
Set up Behavioral-Gate GitHub Actions by generating self-hosted runner prerequisites, workflow YAML using edgegate-bg, and gh secret commands for edge-AI regression on real devices.
Instructions
Generate the Behavioral-Gate GitHub Actions setup — the self-hosted-runner prerequisites, the workflow YAML (using the edgegate-bg composite action), and the gh secret commands. Unlike the standard run gate, BG runs the model on a real device, so it needs a self-hosted runner with the device attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_url | No | EdgeGate API URL. Defaults to "https://edgegateapi.frozo.ai". | |
| adb_serial | No | adb serial of the attached device. | |
| device_label | No | ||
| runner_label | No | Self-hosted runner label. Defaults to "snapdragon". | |
| workspace_id | Yes | ||
| system_prompt | No | ||
| bundle_artifact_id | No | ||
| eval_set_artifact_id | No | ||
| reference_artifact_id | No |