extensions_genkit 0.2.0
extensions_genkit: ^0.2.0 copied to clipboard
Genkit adapter for the extensions AI abstractions. Plug Genkit models into the ChatClient pipeline — including logging, caching, and function-invocation middleware — without modifying the core packages.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add extensions_genkitWith Flutter:
$ flutter pub add extensions_genkitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
extensions_genkit: ^0.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:extensions_genkit/extensions_genkit.dart';