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