# AIを活用したアプリ開発ツール

{% 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ライブラリです。大規模言語モデルを使ったアプリケーションの構築をよりシンプルにします。

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

{% endtab %}

{% tab title="e2b.dev" %}
Code Interpreting for AI Apps

<https://e2b.dev>

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


---

# 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/to/sofutoweatsruashisutantojento/aiwoshitaapuritsru.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.
