gemini Genkit Releases · · 1.43.0

Genkit CLI 1.43.0 Enhances Logging and Developer UI Capabilities

sdkaigaengineer
feature patch

Genkit CLI version 1.43.0 introduces new features and fixes, focusing on improved debugging and developer experience for AI agents. It adds a `genkit log:list` command for querying structured runtime logs and OTLP log ingestion to stream Python debug logs to the Developer UI. The Developer UI now features a top-level trace logs panel, supports zip archive downloads for multi-part agent artifacts, and offers improved resume behavior for human-in-the-loop agent interactions. These updates streamline the process of monitoring and interacting with AI applications built using Genkit.

  • Added the genkit log:list CLI command - query and view structured runtime logs from the telemetry server (#6136)
  • Added OTLP log ingestion support to stream Python debug logs to the Developer UI (#6099)
  • Promoted the trace logs panel to a top-level view (#2090)
  • Zip archive downloads for multi-part agent artifacts (#2046, #2063)
  • Improved resume behavior for human-in-the-loop Agent interactions (#2058)
Features (5)
  • Added the genkit log:list CLI command - query and view structured runtime logs from the telemetry server (#6136)
  • Added OTLP log ingestion support to stream Python debug logs to the Developer UI (#6099)
  • Promoted the trace logs panel to a top-level view (#2090)
  • Zip archive downloads for multi-part agent artifacts (#2046, #2063)
  • Improved resume behavior for human-in-the-loop Agent interactions (#2058)
Fixes (3)
  • Added java runtime detection (#6217)
  • Improved trace span icons for agent companion spans (agent-wait, agent-snapshot, agent-abort) across trace views (#2049, #2057, #2069)
  • Various style and a11y improvements
Read the original announcement →

https://github.com/genkit-ai/genkit/releases/tag/genkit-cli%401.43.0

Related releases