Google's Genkit Ships Agents API with Detached Turns and Human-in-the-Loop for TypeScript and Go
ARCHITECT FEATURED ANALYSIS

Google's Genkit Ships Agents API with Detached Turns and Human-in-the-Loop for TypeScript and Go

BY

Steef-Jan Wiggers

SOURCE

InfoQ - Architecture & Design - News

DATE

READ

1 min read

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 …

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-loop control with anti-forgery validation on resume. By Steef-Jan Wiggers