> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/developer-tools.md).

# 開発と診断

この機能群は、プログラミング用CLIを管理したい人、他のローカルプログラムにモデルを呼び出させたい人、またはリクエストの問題を調査したい人向けです。日常のチャットやコンテンツ作業では開発者モードを有効にする必要はありません。

### 2つの入口

| 入口                 | 用途                                   | 使用前に確認                 |
| ------------------ | ------------------------------------ | ---------------------- |
| ランチャー【コーディングパートナー】 | 一般的なプログラミングCLIのインストール、設定、起動          | インストール元、モデル接続、作業ディレクトリ |
| 【設定】→【APIゲートウェイ】   | ローカルプログラムに互換APIを提供し、Agentの実行依存でもあります | ステータス、ポート、キーの安全性       |
| 【設定】→【一般】→【開発者モード】 | 呼び出しチェーンを確認し、モデルやツールのエラーを特定する        | ログには機密情報が含まれる可能性があります  |

<figure><img src="/files/5a692a3564e9351318c776f1b12991d1c2af4876" alt="API 网关的运行状态、地址、端口和密钥区域"><figcaption><p>APIゲートウェイのページでは、実行状態、アドレス、ポート、認証情報がまとめて表示されます。</p></figcaption></figure>

{% hint style="warning" %}
APIゲートウェイのキーや、呼び出しチェーン内のリクエスト内容には機密情報が含まれる可能性があります。スクリーンショット、Issue、グループチャットでは、伏せ字にした必要な部分だけを共有してください。
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>コーディングパートナー</strong></td><td>一般的なプログラミングCLIのインストール、設定、起動</td><td></td></tr><tr><td><strong>APIゲートウェイ</strong></td><td>Agentの依存関係とローカルAPI呼び出しを理解する</td><td></td></tr><tr><td><strong>呼び出しチェーンと開発者モード</strong></td><td>特定のリクエストを再現して特定する</td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>APIゲートウェイ</strong></td><td>Agentの依存関係とローカルAPI呼び出しを理解する</td><td><a href="/pages/da56f27413a64f035c0a04dfe05cfa874218c1bc">/pages/da56f27413a64f035c0a04dfe05cfa874218c1bc</a></td></tr><tr><td><strong>呼び出しチェーンと開発者モード</strong></td><td>特定のリクエストを再現して特定する</td><td><a href="/pages/78f6cce703a2fad0eefb40a93b7fe2937e36c062">/pages/78f6cce703a2fad0eefb40a93b7fe2937e36c062</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/advanced-basic/developer-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
