Genkit Go 1.13: Resumable generate and agent loops, async subagents, and A2UI
Genkit Go 1.13 brings resumable agent control flow, background subagents, and streaming interactive UI with the new A2UI plugin.
Genkit Go 1.13 brings resumable agent control flow, background subagents, and streaming interactive UI with the new A2UI plugin.
Genkit Python 0.11 brings video generation, improved DX for model configuration, unified error handling across providers, and structured debug logs in the Developer UI.
The Agents API is now in Dart. Define an agent on the server and drive it from your Flutter app with the same chat() interface via remoteAgent, and reach agents written in Dart, JS, Go, or Python over one shared protocol.
Genkit Dart 0.14.0 adds Dotprompt support, letting you manage prompts, models, and parameters as version-controlled config in .prompt files, decoupled from your app code and tunable in the Developer UI.
Learn how to extract and stream model thought processes using Genkit and server-sent events, and render them in a custom React component to create a highly responsive user experience.