Regenerated protos pick up the two new HubAdmin RPCs. HubClient exposes them as hardwareInfo() and listSystemAiCuratedModels(), with HardwareInfoResponse, ListSystemAiCuratedModelsResponse, CuratedModel re-exported as typedefs so callers don't import the generated/ directory directly. Studio uses the pair to colour-code models in the System-AI editor against the operator's actual hardware. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
17 lines
361 B
YAML
17 lines
361 B
YAML
name: fai_dart_sdk
|
|
description: gRPC client SDK for the F∆I Platform hub. Used by F∆I Studio and Tier-3 domain apps.
|
|
version: 0.7.0
|
|
publish_to: 'none'
|
|
repository: https://git.flemming.ws/fai/dart-sdk
|
|
|
|
environment:
|
|
sdk: ^3.11.0-200.1.beta
|
|
|
|
dependencies:
|
|
grpc: ^4.0.0
|
|
protobuf: ^4.0.0
|
|
fixnum: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.25.6
|