#52 · Primary category: LLM Application Frameworks
genkit
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
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform