io library

Native (dart:io) extensions to the Genkit framework.

These APIs depend on dart:io and therefore do not work on the web. Import them only from server / CLI / desktop / mobile targets:

import 'package:genkit/io.dart';

The browser-safe surface remains in package:genkit/genkit.dart.

Classes

FileSessionStore
A dart:io file-system backed session snapshot store.