#52 · Primary category: LLM Application Frameworks

genkit

agents ai embedders genkit llm multimodal rag vector-database

Open-source framework for building agentic apps in JavaScript, Go, Dart, and Python, built and used in production by Google

Project last updated:08/29/26

GitHub Stars

6.4K

Forks

835

Contributors

153

License

Apache-2.0

Why we included this project

Genkit is the framework Google's Firebase team actually runs in production, and the design shows it: one SDK across JavaScript, TypeScript, Go, and Python, so the same prompt, tool-calling, and structured-output code ports between backends without a rewrite. Model access from Google, OpenAI, Anthropic, and Ollama sits behind a single interface, meaning switching providers changes a few lines instead of your whole flow. The CLI and Developer UI are worth checking before you commit: you can run prompts against datasets, compare model outputs side by side, and read execution traces that make debugging an agentic flow far less painful. Observability is built in too, with a dashboard covering latency, error rates, and request volume once features go live. If your product leans on chatbots or automated recommendation flows and you want an opinionated route from local prototype to deployed service, this deserves a serious look against your stack.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category