# AIアプリ作成ツール

### <mark style="color:purple;">AIアプリ開発用の資料とツール：</mark>

{% tabs %}
{% tab title="Dify.ai" %}
Dify.aiは、グラフィカルインターフェースを使い、複雑なコーディング不要でAIアプリケーションを簡単に構築・デプロイできる強力なプラットフォームです。

<https://dify.ai/>

{% embed url="<https://youtu.be/A0w9JAUZwbk?si=45IazW9aQhNbAheW>" %}

Dify's Offical tutorial YouTube channel: <https://www.youtube.com/@dify_ai>
{% endtab %}

{% tab title="Langchain" %}
LangChainは、大規模言語モデル（LLM）を活用したアプリ構築を簡単にするオープンソースのPythonライブラリです。LLMの統合やチェーン・エージェントの作成、メモリやストレージの管理を支援するツールを提供します。

<https://www.langchain.com/>

{% endtab %}

{% tab title="e2b.dev" %}
AIアプリ向けコード解析機能

<https://e2b.dev>

<https://github.com/e2b-dev/code-interpreter>
{% endtab %}

{% tab title="Replicate" %}

<https://replicate.com/home>

Replicateは、インフラ管理や高度な機械学習の知識がなくても、簡単なAPIを使って機械学習モデルを実行・デプロイできるクラウドプラットフォームです。
{% endtab %}
{% endtabs %}

### <mark style="color:purple;">初期プロンプト設定（System Prompt）</mark>

{% embed url="<https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools>" %}

{% embed url="<https://github.com/dontriskit/awesome-ai-system-prompts>" %}

{% embed url="<https://github.com/ai-boost/awesome-prompts>" %}


---

# Agent Instructions: 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:

```
GET https://docs.aiandbusiness.com/ja/aijentoai-agent/aiapuritsru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
