genkit_ops 0.1.3
genkit_ops: ^0.1.3 copied to clipboard
Caching, terminal diagnostics, redaction, and operational middleware for Genkit Dart generate calls.
0.1.3 #
- Widened the supported
genkitdependency range to>=0.13.0 <1.0.0.
0.1.2 #
- Moved the full customer support scenario directly into
example/main.dartso pub.dev shows the detailed example instead of a small forwarding file. - Removed the duplicate example forwarding structure.
- Updated README example links and install snippet.
0.1.1 #
- Added a pub.dev-discoverable
example/main.dartentrypoint. - Added
example/README.mdfor the pub.dev Example tab. - Completed missing dartdoc comments for inherited plugin API members.
0.1.0 #
- Converted the package to pure Dart.
- Added
CacheStore<T>and TTL-awareInMemoryCacheStore<T>. - Added deterministic cache key generation.
- Added Genkit cache and logger middleware.
- Added
GenkitOpsPlugin,genkitCache,genkitLogger, andgenkitOps. - Added redaction-aware terminal diagnostics and normalized error info.