GenkitG
Genkit4w ago
2 replies
dry-scarlet

Has anyone tried converting Genkit’s

Has anyone tried converting Genkit’s Model interface into the ADK’s LLM interface?

- Genkit's Model interface : https://pkg.go.dev/github.com/firebase/genkit/go@v1.2.0/ai#Model
- ADK's LLM interface : https://pkg.go.dev/google.golang.org/adk@v0.3.0/model#LLM

I’m looking to use the various models supported by Genkit directly within the ADK. Is this actually feasible, or has anyone experimented with an adapter layer between the two?
Was this page helpful?