Has anyone tried converting Genkit’s
- 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?