AI SDKs
Genkit
Agentic adapter for the Firebase Genkit SDK.
- package:
@agentic/genkit
- exports:
function createGenkitTools
- source
- Firebase Genkit docs
Install
Usage
This example also requires you to install the genkitx-openai package, which adds support for OpenAI to Genkit.
Running this example
You’ll need a free API key from weatherapi.com
to run this example. Store it in a local .env
file as WEATHER_API_KEY
.
You’ll need an OpenAI API key
to run this example. Store it in a local .env
file as OPENAI_API_KEY
.