local_ai_core 0.0.1
local_ai_core: ^0.0.1 copied to clipboard
Pure-Dart core of LocalAI Kit: capability interfaces (LLM/STT/TTS/VAD/ embedding), configuration models, model manifests, state/event models, adapter registry and test fakes. Zero Flutter / native AI [...]
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.