Changes confirmed medium confidence

Google adds agent workflows to open-source Genkit framework in preview

Genkit Agents unifies conversations, tool execution, deployment and app state — with human-approval checkpoints for sensitive actions — as the July agent-framework race intensifies.

Google introduced Genkit Agents, a preview extension of its open-source Genkit framework, on July 13, 2026, adding unified agent workflows that combine conversations, tool execution, deployment and application state, Open Source For You reported.

Context

Genkit is Google's open-source framework for building AI-powered applications, positioned below the Agent Development Kit (ADK), its larger-scale agent tooling. The Genkit Agents preview lands in the middle of a July feature race among agent frameworks: the same week, Google's Gemini API Managed Agents added background tasks and remote MCP support, and the open-source LlamaIndex and LangGraph ecosystems continued to ship orchestration features.

What changed

According to the report, Genkit Agents adds:

The framework remains open source; the Agents capability is in preview, implying interfaces may change.

Why it matters

Human-in-the-loop approval is moving from a bespoke application concern to a built-in framework primitive. By shipping approval gates as a standard feature, Google is encoding an emerging enterprise requirement — agents that can act autonomously on low-risk steps but must checkpoint on irreversible ones — directly into an open-source toolkit. That raises the baseline for what developers expect from competing frameworks and lowers the cost of building auditable agent workflows.

Details

The preview targets TypeScript and Go developers first, consistent with Genkit's existing language support. The orchestrator-plus-detached-execution model addresses a practical constraint in request-response frameworks: agent tasks that outlive an HTTP request need durable state and resumability, which the unified app-state layer is meant to provide. The feature was also noted in an agent-framework news roundup the same week.

Strategically, the preview clarifies Google's two-tier developer story: Genkit as the open-source, embeddable framework for application developers, and ADK for larger-scale multi-agent systems. That positions Genkit Agents most directly against the open-source orchestration field — LlamaIndex workflows and LangGraph — rather than against managed enterprise platforms, and it gives Google an open-source answer to the approval-gated agent patterns that enterprise buyers have been demanding since agent deployments began touching payments and production systems.

Limitations and caveats

This report is based primarily on a single trade-press account of Google's announcement; the primary Google documentation was not independently fetched, so feature specifics should be verified against official Genkit docs. The capability is in preview — APIs and behavior may change before general availability. No independent benchmarks or production case studies accompanied the launch coverage.

Sources

*Update note: This post was last reviewed on 2026-07-22. Single-source caveat: details rest on one trade-press report; check the official Genkit repository and docs for the current preview API surface.*

Sources

Drafted with AI assistance from source briefs; reviewed for citation completeness and label accuracy.