extensions_genkit 0.3.0 copy "extensions_genkit: ^0.3.0" to clipboard
extensions_genkit: ^0.3.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_genkit

With Flutter:

 $ flutter pub add extensions_genkit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  extensions_genkit: ^0.3.0

Alternatively, 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';
0
likes
140
points
175
downloads

Documentation

API reference

Publisher

verified publisherjamiewest.dev

Weekly Downloads

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.

Repository
View/report issues

Topics

#ai #genkit #llm

License

MIT (license)

Dependencies

extensions, genkit

More

Packages that depend on extensions_genkit