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"
Installs
473
Repository
google/skills
GitHub Stars
19.1K
First Seen
7 days ago
developing-genkit-go — google/skills