ToolsThe story, in brief

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.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

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 know
  1. Google Genkit Agents API released in preview

  2. Supports TypeScript and Go

  3. Open-source framework

  4. Features: message history, tool loops, streaming, state persistence

  5. Detached turns capability—agents continue after client disconnect

  6. Interruptible tools with human-in-the-loop control

  7. Anti-forgery validation on resume

  8. 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…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools