genkit_ops 0.1.1
genkit_ops: ^0.1.1 copied to clipboard
Caching, terminal diagnostics, redaction, and operational middleware for Genkit Dart generate calls.
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.