구글이 TypeScript와 Go용 Genkit Agents API를 공개했습니다.
구글이 TypeScript와 Go용으로 Genkit Agents API를 미리보기 형식으로 출시했습니다. 이 오픈 소스 프레임워크는 메세지 기록, 도구 루프, 스트리밍 및 상태 지속성을 단일 chat() 인터페이스 뒤에 패키징합니다. Detached turns 기능을 통해 클라이언트가 연결을 끊은 후에도 에이전트가 작업을 계속할 수 있습니다. 인터럽터블 도구는 재개 시 인위적 개입을 위한 제어 기능과 위조 방지 검증을 제공합니다.
Google released the Genkit Agents API in preview for TypeScript and Go.
Google has launched the Genkit Agents API in preview for TypeScript and Go. This open-source framework packages message history, tool loops, streaming, and state persistence behind a single chat() interface. The detached turns feature allows agents to continue working even after clients disconnect. Interruptible tools provide human-in-the-loop control with anti-forgery validation upon resumption.