Skip to content

エージェントのワークフローを開発

プレミアム機能

DataRobotの生成AI機能はプレミアム機能です。詳細については、DataRobotの担当者にお問い合わせください。 DataRobotの試用版では、この機能を制限付きでお試しいただけます。

The DataRobot Agentic Application Template repository provides ready-to-use templates for building and deploying AI agents with multi-agent frameworks. これらのテンプレートは、最小限の構成要件で独自のエージェントをセットアップするプロセスを合理化し、ローカルでの開発とテスト、およびDataRobot内の本番環境へのデプロイの両方をサポートします。

DataRobotが提供するテンプレートからAIエージェントの構築とデプロイを開始するには、クイックスタートガイドを参照してください。

トピック 説明
インストール Install required components for agentic application development.
クイックスタート マルチエージェントフレームワークを活用して、テンプレートからAIエージェントを構築およびデプロイします。
エージェントコンポーネント DataRobotのエージェントフレームワークを使用してエージェントを作成するために必要なコンポーネントについて紹介します。
エージェント認証 Learn how to implement authentication in your DataRobot agentic application, covering API tokens, authorization context, OAuth 2.0, and security best practices.
エージェントのカスタマイズ Customize agent code, test locally, and deploy agentic application for production use.
Pythonパッケージの追加 Add required Python packages to agentic application using execution environment or custom model requirements.
コードでのLLMプロバイダーの設定 Configure different LLM providers for your agentic application including DataRobot gateway, external APIs, and custom deployments.
メタデータを使用したLLMプロバイダーの設定 環境変数とPulumiを使用してLLMプロバイダーを設定し、エージェントのコードを変更せずにインフラストラクチャレベルの設定を行います。
エージェントにツールを追加する Add local tools, predefined tools, and DataRobot global tools to your agentic application, including detailed integration patterns.
エージェントツールのデプロイ Deploy global agentic tools from the DataRobot Registry to handle tasks critical to the agent application.
Integrate tools using an MCP server Integrate tools into your agentic workflows using the Model Context Protocol (MCP) server for centralized tool management and standardized interfaces.
Connect agentic coding environments to MCP servers Configure Cursor, Claude Desktop, and VS Code to use your DataRobot MCP server for tools and resources.
トレースの実装 Add custom tracing to your agent tools for monitoring, debugging, and observability.
リクエストヘッダーへのアクセス 認証、追跡、およびカスタムメタデータのために、デプロイされたエージェントのHTTPリクエストヘッダーにアクセスする方法について説明します。
トラブルシューティング Diagnose and resolve common issues when working with DataRobot agentic application.