Google has introduced the preview version of Genkit Agents, expanding its open-source Genkit framework with tools designed to simplify the development of conversational and agentic AI applications. The new Agents API aims to reduce the complexity involved in building AI-powered software by offering developers an integrated framework for managing conversations, workflows, tools, and deployment. The preview is currently available for TypeScript and Go, giving developers a faster way to create production-ready AI applications.
Simplifying AI Development
Building modern AI applications often requires much more than connecting a language model to a user interface. Developers must handle session management, conversation history, tool execution, streaming responses, and communication between frontend and backend systems. Google’s latest offering combines these capabilities into a single interface, reducing development effort while allowing applications to scale as requirements grow.

Flexible Sessions And Smarter Conversations
One of the biggest highlights of Genkit Agents is its flexible approach to session management. Developers can choose server-managed sessions, where conversation history is stored using services such as Firestore or local storage, or client-managed sessions that keep state without server-side persistence. The framework also supports conversation branching, enabling developers to revisit earlier interactions without affecting the original conversation flow.
Built For Real-World AI Applications
Google has also added several enterprise-focused capabilities. Every Genkit Agent can be deployed over HTTP with minimal configuration, making integration across web, mobile, and backend applications much easier. A new JavaScript client supports streamed responses, authentication, session continuation, and real-time state updates. Developers can also configure human approval workflows, ensuring AI systems pause for user confirmation before executing sensitive actions such as payments or software deployment.
Support For Multi-Agent Workflows
Another major feature is support for orchestrated multi-agent systems. Developers can build specialised AI agents and coordinate them through an orchestrator agent capable of delegating complex tasks. For long-running processes, detached execution allows AI agents to continue working even if users disconnect, with results accessible later through snapshot IDs. Google notes that developers building highly sophisticated AI systems may still prefer its Agent Development Kit for larger-scale deployments. The Genkit Agents API remains in preview and is expected to evolve before its general release.
Google’s Genkit Agents preview makes full-stack AI development more accessible by combining conversation management, session handling, deployment, and multi-agent orchestration into one framework. Features like human approvals, detached execution, and flexible state management reduce development complexity. While still in preview, the platform offers developers a practical foundation for building scalable, production-ready AI applications with greater efficiency.
