developing-genkit-go

Originally fromgenkit-ai/skills
Installation
SKILL.md

Genkit Go

Genkit Go is an AI SDK for Go that provides generation, structured output, streaming, tool calling, prompts, and flows with a unified interface across model providers.

Hello World

package main

import (
	"context"
	"fmt"
	"log"
	"net/http"
Related skills
Installs
39.8K
GitHub Stars
286
First Seen
Apr 7, 2026