> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-hivemind-launch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# インテグレーションの概要

> OpenAI、Anthropic などに対する Weave の自動パッチ適用により、30 を超えるプロバイダーとフレームワークにまたがる LLM calls をトレースして監視します。

W\&B Weave は、主要な LLM プロバイダーやオーケストレーションフレームワーク向けの logging インテグレーションを提供します。これらのインテグレーションを使用すると、さまざまなライブラリ経由で行われる calls をシームレスにトレースでき、AI application の監視や分析をより効果的に行えます。

application で LLM プロバイダーのライブラリ (OpenAI、Anthropic、Cohere、Mistral など) を使用している場合、それらの API calls を、inputs、outputs、レイテンシ、token usage、コストを含むトレース済みの Calls として W\&B Weave に表示したいはずです。こうした支援がなければ、すべての `client.chat.completions.create()` (または同等のもの) を `@weave.op` または手動インストルメンテーションでラップする必要があり、手間がかかるうえに見落としも起きがちです。

Weave は、サポートされる LLM クライアントライブラリを自動的にインターセプト (パッチ適用) します。application のコードはそのままで、通常どおりプロバイダー SDK を使用するだけで、各 request が Weave Call として記録されます。最小限の setup で完全なトレースを実現できます。

<div id="llm-providers">
  ## LLM プロバイダー
</div>

LLM プロバイダーとは、予測を生成するための大規模言語モデルへのアクセスを提供するベンダーです。Weave はこれらのプロバイダーと連携し、それぞれの API とのやり取りをログし、トレースします。

* **[Serverless Inference Service](/ja/inference)**
* **[Amazon Bedrock](/ja/weave/guides/integrations/bedrock)**
* **[Anthropic](/ja/weave/guides/integrations/anthropic)**
* **[Cerebras](/ja/weave/guides/integrations/cerebras)**
* **[Cohere](/ja/weave/guides/integrations/cohere)**
* **[Google](/ja/weave/guides/integrations/google)**
* **[Groq](/ja/weave/guides/integrations/groq)**
* **[Hugging Face Hub](/ja/weave/guides/integrations/huggingface)**
* **[LiteLLM](/ja/weave/guides/integrations/litellm)**
* **[Microsoft Azure](/ja/weave/guides/integrations/azure)**
* **[MistralAI](/ja/weave/guides/integrations/mistral)**
* **[NVIDIA NIM](/ja/weave/guides/integrations/nvidia_nim)**
* **[OpenAI](/ja/weave/guides/integrations/openai)**
* **[OpenRouter](/ja/weave/guides/integrations/openrouter)**
* **[Together AI](/ja/weave/guides/integrations/together_ai)**

**[ローカルモデル](/ja/weave/guides/integrations/local_models)**: 独自のインフラストラクチャー上でモデルを実行している場合はこちらを使用します。

<div id="frameworks">
  ## フレームワーク
</div>

フレームワークは、AI アプリケーションで実際の実行パイプラインをオーケストレーションするために役立ちます。複雑なワークフローを構築するためのツールや抽象化を提供します。Weave はこれらのフレームワークと統合し、パイプライン全体をトレースします。

* **[OpenAI Agents SDK](/ja/weave/guides/integrations/openai_agents)**
* **[Claude Code](/ja/weave/guides/integrations/claude_code)**
* **[LangChain](/ja/weave/guides/integrations/langchain)**
* **[LlamaIndex](/ja/weave/guides/integrations/llamaindex)**
* **[Haystack](/ja/weave/guides/integrations/haystack)**
* **[DSPy](/ja/weave/guides/integrations/dspy)**
* **[Instructor](/ja/weave/guides/integrations/instructor)**
* **[CrewAI](/ja/weave/guides/integrations/crewai)**
* **[Smolagents](/ja/weave/guides/integrations/smolagents)**
* **[PydanticAI](/ja/weave/guides/integrations/pydantic_ai)**
* **[Google Agent Development Kit (ADK)](/ja/weave/guides/integrations/google_adk)**
* **[AutoGen](/ja/weave/guides/integrations/autogen)**
* **[Verdict](/ja/weave/guides/integrations/verdict)**
* **[TypeScript SDK](/ja/weave/guides/integrations/js)**
* **[Vercel AI SDK](/ja/weave/guides/integrations/vercel_ai_sdk)**
* **[Agno](/ja/weave/guides/integrations/agno)**
* **[Koog](/ja/weave/guides/integrations/koog)**

<div id="rl-frameworks">
  ## RLフレームワーク
</div>

* **[Verifiers](/ja/weave/guides/integrations/verifiers)**

<div id="protocols">
  ## プロトコル
</div>

Weave は、AI アプリケーションとそれを支えるサービス間の通信を可能にする標準化プロトコルと統合できます。

* **[Model Context Protocol (MCP)](/ja/weave/guides/integrations/mcp)**

詳しくは、上記のリストからインテグレーションを選択し、好みの LLM プロバイダー、フレームワーク、またはプロトコルで Weave を使用する方法を確認してください。LLM API に直接アクセスする場合でも、複雑なパイプラインを構築する場合でも、標準化されたプロトコルを使用する場合でも、Weave には AI アプリケーションを効果的にトレースして分析するためのツールが用意されています。
