local_ai_genkit 0.0.1
local_ai_genkit: ^0.0.1 copied to clipboard
Optional Genkit orchestration layer for LocalAI Kit: flows, tools, prompt templates and schema-validated structured output on top of any core LocalLlm.
local_ai_genkit #
Optional Genkit orchestration for LocalAI Kit: flows, tools, prompt templates
and schema-validated structured output over any LocalLlm.
import 'package:local_ai_genkit/local_ai_genkit.dart';
Add GenkitAdapterPlugin alongside your runtime adapter when you need Genkit
flows. See the LocalAI Kit repository
for examples and architecture documentation.