Skip to content

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

プレミアム機能

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

DataRobot Agentic Workflow Templatesリポジトリには、マルチエージェントフレームワークでのAIエージェントの構築およびデプロイのための、すぐに使えるテンプレートが用意されています。 これらのテンプレートは、最小限の構成要件で独自のエージェントをセットアップするプロセスを合理化し、ローカルでの開発とテスト、およびDataRobot内の本番環境へのデプロイの両方をサポートします。

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

トピック 説明
インストール エージェントワークフローの開発に必要なコンポーネントをインストールします。
クイックスタート マルチエージェントフレームワークを活用して、テンプレートからAIエージェントを構築およびデプロイします。
Agent components DataRobotのエージェントフレームワークを使用してエージェントを作成するために必要なコンポーネントについて紹介します。
エージェント認証 DataRobotのエージェントテンプレートに認証を実装する方法(APIトークン、認可コンテキスト、OAuth 2.0、セキュリティのベストプラクティスなど)について説明します。
Use the agent CLI Use CLI commands to test and interact with your agentic workflows during development.
Customize agents Customize agent code, test locally, and deploy agentic workflows for production use.
Debug agents in PyCharm Use PyCharm's Run configuration in debug mode to debug agent code locally.
VS Codeでのエージェントのデバッグ VS Codeの「実行とデバッグ」設定を使ってdev.pyを起動し、エージェントコードをローカルでステップ実行します。
Pythonパッケージの追加 実行環境またはカスタムモデルの要件を使用して、エージェントワークフローに必要なPythonパッケージを追加します。
Configure LLM providers in code Configure different LLM providers for your agentic workflows including DataRobot gateway, external APIs, and custom deployments.
Configure LLM providers with metadata Configure LLM providers using environment variables and Pulumi for infrastructure-level configuration without modifying agent code.
Deploy agentic tools DataRobotレジストリからグローバルエージェントツールをデプロイし、エージェントのワークフローに不可欠なタスクを処理します。
Add tools to agents Add local tools, predefined tools, and DataRobot global tools to your agentic workflows, including detailed integration patterns.
トレースの実装 OpenTelemetryのトレースとカスタムスパン計装をエージェントツールに追加して、監視、デバッグ、オブザーバビリティを実現します。
リクエストヘッダーへのアクセス 認証、追跡、およびカスタムメタデータのために、デプロイされたエージェントのHTTPリクエストヘッダーにアクセスする方法について説明します。
Update agentic templates Update agentic templates to include the latest features and ensure compatibility with DataRobot.
トラブルシューティング Diagnose and resolve common issues when working with DataRobot agentic templates.