# Agent Assistの概要

> Agent Assistの概要 - Agent Assist（dr-
> assist）は、自然な会話を通じてユーザーがAIエージェントを設計、コーディング、およびデプロイするのを支援する対話型AIアシスタントです。

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-07-30T11:40:01.679152+00:00` (UTC).

## Primary page

- [Agent Assistの概要](https://docs.datarobot.com/ja/docs/get-started/day0/gs-agent-assist.html.md): Full documentation for this topic (Markdown sidecar).

## Documentation content

DataRobot Agent Assist ( `dr-assist`) is an interactive AI assistant optimized for the development of AI agents. ユーザーが自然な会話を通じてエージェントを設計、コーディング、およびデプロイするのに役立ちます。ユーザーが必要なエージェントについて説明すると、アシスタントが [Agentic Starterアプリケーションテンプレート](https://github.com/datarobot-community/datarobot-agent-application) によって提供される基盤に基づいてエージェントの構築を支援します。

DataRobot Agent Assistは、 [DataRobot CLI](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md) とプラグインとして連携し、モデルへのアクセスには [DataRobot LLM Gateway](https://docs.datarobot.com/ja/docs/agentic-ai/genai-code/dr-llm-gateway.html.md) を使用します。 During the design and code cycle, Agent Assist can outline which tools an agent should call based on the proposed functionality—for straightforward tools, it can implement the tool code; for more complex tools (such as those that consume API tokens or write to a database), it can scaffold the initial file structure for the human-in-the-loop to complete in the editor or development environment of their choice.

> [!WARNING] 空のディレクトリでdr assistを実行する
> `dr assist` は、 専用の空のディレクトリ からのみ実行します。 コードやその他のファイルが含まれるディレクトリでこのコマンドを実行するのは安全ではありません。 エージェントアシストのコーディングワークフローを使用すると、アシスタントはDataRobot Agent Application Templateのクローンを現在のディレクトリに作成します。 この操作によって既存のファイルが上書きされたり競合が発生したりする可能性があり、既存のプロジェクトが損なわれ、アシスタントの出力精度が低下する恐れがあります。 `dr assist` を実行する前に、専用のディレクトリがない場合は、ディレクトリを作成してそこでターミナルを開きます（たとえば、 `mkdir my-agent && cd my-agent` を実行してから、 `dr assist` を実行します）。

汎用的なコーディングアシスタントとは異なり、Agent Assistはエージェントのライフサイクルを重視しています。具体的には、構造化された仕様書（ `agent_spec.md` ）、実装前のシミュレーション、Agentic Starterアプリケーションテンプレートによるスキャフォールディング、そしてそのテンプレートに基づいたデプロイのガイダンスです。

DataRobot Agent Assist can:

- Design AI agents by helping users think through specifications, ask clarifying questions, and produce an agent specification file ( agent_spec.md ).
- Research solutions using file search and analysis (an internal agent can read files, list directories, grep, and glob).
- Code AI agents by loading an existing agent_spec.md , cloning the DataRobot agent template repository, and implementing the agent with file edits and shell commands.
- コーディングの前に、仕様に基づいてエージェントをシミュレーションします。 この シミュレーション では、モデルがツールや引数を選択しますが、ツールの呼び出しは実行されません。 戻り値はLLMによって生成されるため、実際のデプロイやデータセットを呼び出すことなく、設計（使用するツール、I/Oの形状、モデルの動作）を検証できます。
- Deploy agents to DataRobot following the template’s deployment instructions.

| ページ | 説明 |
| --- | --- |
| Prerequisites and installation | System requirements, required tools and versions, installing the plugin or running standalone, verifying installation. |
| Workflows and prompting | Welcome screen, slash commands, Design / Code / Deploy workflows, prompting tips. |
| セッションの永続化 | セッションの永続化の詳細、コンテキストの注入、セッションのライフサイクルの詳細、ファイルのドリフト検出、セッションのリセット、セッションの保存、セッションの終了（自動保存）、セッションのスラッシュコマンド。 |
| エージェント仕様リファレンス | agent_spec.mdのフィールド、例、および規則。 |
| Environment and commands reference | Environment variables table, files and directories, slash commands. |
| トラブルシューティング | Plugin not discovered, dependency check failed, authentication errors, template bootstrap, LLM API errors, session interruption, and related fixes. |
