ToolsJuly 14, 2026via InfoQ AI/ML
Google's Genkit Ships Agents API with Detached Turns and Human-in-the-Loop for TypeScript and Go
Why it matters
Google is shipping developer-friendly agent infrastructure (Genkit Agents API) that solves real deployment challenges—persistence across disconnects, human interruption, state management—lowering the bar for building production agents in TypeScript and Go.
Key signals
- Google Genkit Agents API released in preview
- Supports TypeScript and Go
- Open-source framework
- Features: message history, tool loops, streaming, state persistence
- Detached turns capability—agents continue after client disconnect
- Interruptible tools with human-in-the-loop control
- Anti-forgery validation on resume
- Single chat() interface abstraction
The hook
Google's Genkit just shipped agents that work after your client disconnects. Detached turns + human-in-the-loop control. TypeScript and Go.
Google released the Genkit Agents API in preview for TypeScript and Go. The open-source framework packages message history, tool loops, streaming, and state persistence behind a single chat() interface. Detached turns let agents work after clients disconnect. Interruptible tools provide human-in-the…