local_ai_core 0.0.2
local_ai_core: ^0.0.2 copied to clipboard
Pure-Dart core of LocalAI Kit: capability interfaces, configuration, manifests, events, adapter registry and test fakes. No Flutter deps.
local_ai_core #
Pure-Dart interfaces and models for LocalAI Kit. It defines capability contracts for LLM, STT, TTS, VAD and embeddings, configuration, manifests, events, registries and test fakes.
This package has no Flutter or native AI runtime dependency:
import 'package:local_ai_core/local_ai_core.dart';
See the LocalAI Kit repository for architecture and usage documentation.