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

ontariotech/task-allocation Private

[참조 MVP] 다중 농기계 작업 배분 A-SW — 농기계 용량을 고려해 작업구역을 예상 완료시간이 최소가 되도록 배분합니다.

https://git.agrithing.ai/ontariotech/task-allocation.git
7 commits
2 items · main
·/ .asw/sdv-component.json
json · 364 B · bb6d5df Download
{  "schemaVersion": "asw.sdv-component/v1",  "repository": "ontariotech/task-allocation",  "executionTarget": "service",  "language": "python",  "runtime": "python>=3.11",  "buildSystem": "unittest",  "transport": "HTTP-adapter",  "lifecycle": [    "source",    "static-analysis",    "build",    "dynamic-test",    "package",    "release-gate"  ]}