Google has added agent-building capabilities to its open-source Genkit framework, helping developers create and deploy conversational and multi-agent AI systems with less complexity and built-in workflow controls.
Google has introduced a preview of Genkit Agents, extending its open-source Genkit framework with an Agents API designed to simplify the development of conversational and agentic AI applications.
The new API provides a unified framework for managing conversations, workflows, tool execution, deployment, and application state, reducing the need for developers to build and maintain these capabilities separately. Preview support is currently available for TypeScript and Go, enabling faster development of production-ready AI applications.
Genkit Agents integrates conversation history, session management, tool execution, streaming responses, and frontend-backend communication into a single framework. Developers can choose between server-managed sessions using services such as Firestore or local storage, or client-managed sessions without server-side persistence. The framework also supports conversation branching, allowing earlier interactions to be revisited without affecting the original conversation flow.
For enterprise deployments, Genkit Agents supports HTTP-based deployment with minimal configuration. A new JavaScript client provides streamed responses, authentication, session continuation, and real-time state updates.
The framework also introduces human approval workflows, allowing AI agents to pause and seek user confirmation before carrying out sensitive actions such as payments or software deployments.
For more advanced use cases, developers can build specialised AI agents and coordinate them through an orchestrator agent. Detached execution support allows long-running tasks to continue even after users disconnect, with results accessible later through snapshot IDs.
Google noted that organisations building highly sophisticated AI systems may still prefer its Agent Development Kit (ADK) for larger-scale deployments. Genkit Agents remains in preview and is expected to evolve before general availability.















































































