エージェントとマルチエージェント

Genkit: Open-Source Framework for Agentic AI Applications

genkit-ai/genkit

Genkit is an open-source framework built and used in production by Google's Firebase for developing full-stack, AI-powered applications. It provides cross-language SDKs and unified APIs for integrating various AI models to build chatbots, automations, and recommendation systems.

★ 6.3Kスター
⑂ 816フォーク数
679未解決の問題
TypeScript言語
Apache-2.0ライセンス
Q@project.QualityScore編集部スコア

プロジェクトのスクリーンショット

Genkit: Open-Source Framework for Agentic AI Applicationsのスクリーンショット Genkit: Open-Source Framework for Agentic AI Applicationsのスクリーンショット Genkit: Open-Source Framework for Agentic AI Applicationsのスクリーンショット

概要

Genkit abstracts the complexity of AI development by providing a unified interface across multiple model providers and programming languages. It enables developers to build server-side AI logic and integrate it seamlessly into web and mobile clients. The framework supports multimodal content, structured outputs, tool calling, and agentic workflows, and is designed for deployment in various environments including Firebase and Google Cloud Run.

主な機能

  • Broad AI model support via unified interface
  • Type-safe, structured data generation
  • Agentic tool calling
  • Prompt templating
  • Persisted chat interfaces
  • AI workflows and flows
  • AI-powered data retrieval (RAG)
  • Multimodal text and image generation
  • Cross-language SDKs (JS/TS, Go, Python, Dart)
  • Local CLI and Developer UI for testing and debugging
  • Production monitoring and observability

要件、インストール、クイックスタート

To install the Genkit CLI globally, use npm: `npm install -g genkit-cli`. SDK installation varies by language; for JavaScript/TypeScript, import `genkit` and the desired provider package like `@genkit-ai/google-genai`.

使用方法

Initialize Genkit with your provider plugins and API key. For example, in TypeScript: `const ai = genkit({ plugins: [googleAI()] });`. Use `ai.generate` with a model and prompt to generate text. Run your code with telemetry and the interactive UI using `genkit start -- <command to run your code>`.

モデルの互換性とユースケース

Supports integration with AI models from providers including Google, OpenAI, Anthropic, Ollama, and Vertex AI.

ライセンスとリスクに関する注意事項

Licensed under the Apache-2.0 license.

Editorial verification 2026-08-09: repository URL, owner, description, license and repository statistics were reviewed. License metadata: Apache-2.0. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.

リリースとメンテナンス

Not stated in the repository metadata.

Firecrawl

firecrawl/firecrawl

★ 161.1KTypeScript

LangChain

langchain-ai/langchain

★ 143.6KPython

RAGFlow

infiniflow/ragflow

★ 86.7KGo