feat(prompts): add camera onboarding agent with discovery workflow#634
Draft
kgmwang1 wants to merge 2 commits into
Draft
feat(prompts): add camera onboarding agent with discovery workflow#634kgmwang1 wants to merge 2 commits into
kgmwang1 wants to merge 2 commits into
Conversation
- add camera-onboarding.agent.md with full discovery and config generation phases - add example sparse input and full manifest YAML files - add camera discovery research topic and architecture concept docs - update agents README with camera-onboarding entry 📷 - Generated by Copilot
- enforce env var reference syntax for credentials in input validation - mandate secret-reference-only config output in Phase 5 - classify discovery manifests as confidential with gitignore guidance - add security classification header to generated manifest files - default output to untracked paths with gitignore recommendations 🔒 - Generated by Copilot
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.
Description
Introduces a new custom agent (
camera-onboarding) that automates camera discovery and configuration generation for edge application deployments. The agent accepts sparse camera input (IP + credentials + label), probes devices to build a full capability manifest, then generates deployment-ready Terraform and environment configurations for 500-level apps.Related Issue
Relates to #
Type of Change
Implementation Details
Camera Onboarding Agent (
.github/agents/camera-onboarding.agent.md)A 5-phase autonomous workflow:
namespaced_devices/namespaced_assetsand env var configs, with file placement and deployment guidanceSupporting Materials
copilot/research/camera-discovery-research-topic.mdcopilot/research/camera-discovery/01-architecture-concept.mdcopilot/research/camera-discovery/01-scope-statement.md.github/agents/camera-onboarding/examples/site-cameras-input.yaml.github/agents/camera-onboarding/examples/site-manifest.yamlPrivacy & Security Mitigations
${ENV_VAR}syntax — literal credentials rejected at input validation.local/camera-discovery/(untracked); agent warns before writing to tracked paths.gitignoreentries for manifest artifactsTarget Applications
CAMERA_URLS,CAMERA_NAMESenv varsTesting Performed
Validation Steps
Invoke via VS Code Copilot Chat:
Checklist
Security Review
Additional Notes
None.
🤖 Crafted with precision by ✨Copilot following brilliant human instruction,
then carefully refined by our team of discerning human reviewers.