feat: testSystemAi accepts draft config; list+pull models (v0.6.0)

`testSystemAi` now takes optional provider/endpoint/model/
apiKeyEnv/privacyMode params; the editor passes form values so
Test Connection works before Save. New `listSystemAiModels`
fetches the provider's `/v1/models` listing, `pullSystemAiModel`
calls Ollama's `/api/pull` synchronously.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
flemming-it 2026-05-07 14:02:43 +02:00
parent 8798119903
commit f04da40751
5 changed files with 570 additions and 16 deletions

View file

@ -1,6 +1,6 @@
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.5.0
version: 0.6.0
publish_to: 'none'
repository: https://git.flemming.ws/fai/dart-sdk