Google's Genkit Ships Agents API with Detached Turns and Human-in-the-Loop for TypeScript and Go
Google's Genkit just shipped agents that work after your client disconnects. Detached turns + human-in-the-loop control. 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.
The key facts
8 to knowGoogle 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
Go to the source
InfoQ AI/MLinfoq.com
Publisher excerpt: 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…