A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

via/alice-sdv-demo Private

A-SW 코드-배포 파이프라인 검증용 ALICE SDV 예제

https://git.agrithing.ai/via/alice-sdv-demo.git
13 commits
COMMIT DETAIL

feat: add deployable package manifest

A-SW Pipeline <[email protected]> · 2026. 8. 2. 오전 5:05:32
8e498648bca394d08b39ad69a32dc0231b7471cf
1 changed files +15 −0 parent 3e29341
added package/manifest.json +15−0 View file
@@ -0,0 +1,15 @@
1 + {
2 + "schemaVersion": "1.0",
3 + "name": "alice-sdv-reference",
4 + "version": "0.1.0",
5 + "entrypoint": "edge.state_machine:PatrolStateMachine",
6 + "contracts": [
7 + "contracts/telemetry.schema.json"
8 + ],
9 + "profiles": [
10 + "profiles/alice.yaml"
11 + ],
12 + "routes": [
13 + "routes/office-patrol-01.yaml"
14 + ]
15 + }