AI Agent Hub
AI エージェント / プラグイン情報メディア
← 一覧へ
Langflow
OTHER

Langflow

Langflow

ビジュアルエディタと Python カスタマイズで AI エージェント・ワークフローを構築・デプロイできるプラットフォーム。複数 LLM に対応し、API や MCP サーバーとして統合可能。

原文: Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
#ビジュアルビルダー#マルチエージェント#ワークフロー自動化#agents#chatgpt#generative-ai#large-language-models#multiagent#react-flow
REPO STATS

リポジトリ統計

⭐ Stars
147.9k
🍴 Forks
8.9k
⚠️ Open Issues
920
🌿 Language
Python
📄 License
MIT
🕒 最終更新
2026.05.09 (今日)
📅 公開日
2023.02.09
🌿 Branch
main
README

ドキュメント

— AI による自動翻訳 (2026.05.08 更新)

Langflow logo

Release Notes PyPI - License PyPI - Downloads Twitter YouTube Channel Discord Server Ask DeepWiki

Langflow は AI 駆動エージェントとワークフローを構築・デプロイするための強力なプラットフォームです。開発者に対して、ビジュアル編集体験と、組み込まれた API および MCP サーバーを提供し、すべてのワークフローを、任意のフレームワークまたはスタック上に構築されたアプリケーションに統合できるツールに変えることができます。Langflow はバッテリー同梱で、すべての主流 LLM、ベクターデータベース、および成長を続ける AI ツールライブラリをサポートしています。

✨ ハイライト機能

  • ビジュアルビルダーインターフェースにより、迅速に開始し、反復処理できます。
  • ソースコードアクセスにより、Python を使用して任意のコンポーネントをカスタマイズできます。
  • インタラクティブプレイグラウンドにより、ステップバイステップの制御で即座にフローをテストして改善できます。
  • マルチエージェントオーケストレーションは会話管理と検索機能を備えています。
  • API としてデプロイするか、JSON として Python アプリ用にエクスポートします。
  • MCP サーバーとしてデプロイし、フローを MCP クライアント用のツールに変えます。
  • 可観測性は LangSmith、LangFuse およびその他の統合に対応しています。
  • エンタープライズ対応のセキュリティとスケーラビリティです。

🖥️ Langflow Desktop

Langflow Desktop は、Langflow を始める最も簡単な方法です。すべての依存関係が含まれているため、Python 環境を管理したり、パッケージを手動でインストールしたりする必要はありません。Windows と macOS で利用可能です。

📥 Langflow Desktop をダウンロード

⚡️ クイックスタート

ローカルにインストール(推奨)

Python 3.10–3.13 および uv(推奨パッケージマネージャー)が必要です。

インストール

新しいディレクトリから以下を実行してください:

uv pip install langflow -U

最新の Langflow パッケージがインストールされます。詳細については、Langflow OSS Python パッケージのインストールと実行を参照してください。

実行

Langflow を起動するには、以下を実行してください:

uv run langflow run

Langflow は http://127.0.0.1:7860 で起動します。

これで完了です!Langflow でビルドする準備が整いました!🎉

📦 その他のインストール方法

ソースから実行

このリポジトリをクローンして貢献したい場合は、リポジトリルートからこのコマンドを実行してください:

make run_cli

詳細については、DEVELOPMENT.md を参照してください。

Docker

デフォルト設定で Langflow コンテナを開始します:

docker run -p 7860:7860 langflowai/langflow:latest

Langflow は http://localhost:7860/ で利用可能です。 設定オプションについては、Docker デプロイメント ガイド を参照してください。

🛡️ セキュリティ

セキュリティ情報については、セキュリティ ポリシー を参照してください。

🚀 デプロイメント

Langflow は完全にオープンソースで、すべての主要なデプロイメントクラウドにデプロイできます。Langflow をデプロイする方法については、Langflow デプロイメント ガイド を参照してください。

⭐ 最新の状態を保つ

GitHub で Langflow にスターを付けて、新しいリリースの通知をすぐに受け取ります。

Star Langflow

👋 貢献

すべてのレベルの開発者からの貢献を歓迎します。貢献したい場合は、貢献ガイドライン を確認して、Langflow をより利用しやすくするのに協力してください。


Star History Chart

❤️ 貢献者

langflow contributors

— GitHub から取得した原文(一部省略の場合あり)

Langflow logo

Release Notes PyPI - License PyPI - Downloads Twitter YouTube Channel Discord Server Ask DeepWiki

Langflow is a powerful platform for building and deploying AI-powered agents and workflows. It provides developers with both a visual authoring experience and built-in API and MCP servers that turn every workflow into a tool that can be integrated into applications built on any framework or stack. Langflow comes with batteries included and supports all major LLMs, vector databases and a growing library of AI tools.

✨ Highlight features

  • Visual builder interface to quickly get started and iterate.
  • Source code access lets you customize any component using Python.
  • Interactive playground to immediately test and refine your flows with step-by-step control.
  • Multi-agent orchestration with conversation management and retrieval.
  • Deploy as an API or export as JSON for Python apps.
  • Deploy as an MCP server and turn your flows into tools for MCP clients.
  • Observability with LangSmith, LangFuse and other integrations.
  • Enterprise-ready security and scalability.

🖥️ Langflow Desktop

Langflow Desktop is the easiest way to get started with Langflow. All dependencies are included, so you don't need to manage Python environments or install packages manually. Available for Windows and macOS.

📥 Download Langflow Desktop

⚡️ Quickstart

Install locally (recommended)

Requires Python 3.10–3.13 and uv (recommended package manager).

Install

From a fresh directory, run:

uv pip install langflow -U

The latest Langflow package is installed. For more information, see Install and run the Langflow OSS Python package.

Run

To start Langflow, run:

uv run langflow run

Langflow starts at http://127.0.0.1:7860.

That's it! You're ready to build with Langflow! 🎉

📦 Other install options

Run from source

If you've cloned this repository and want to contribute, run this command from the repository root:

make run_cli

For more information, see DEVELOPMENT.md.

Docker

Start a Langflow container with default settings:

docker run -p 7860:7860 langflowai/langflow:latest

Langflow is available at http://localhost:7860/. For configuration options, see the Docker deployment guide.

🛡️ Security

For security information, see our Security Policy.

🚀 Deployment

Langflow is completely open source and you can deploy it to all major deployment clouds. To learn how to deploy Langflow, see our Langflow deployment guides.

⭐ Stay up-to-date

Star Langflow on GitHub to be instantly notified of new releases.

Star Langflow

👋 Contribute

We welcome contributions from developers of all levels. If you'd like to contribute, please check our contributing guidelines and help make Langflow more accessible.


Star History Chart

❤️ Contributors

langflow contributors

RELATED

同じカテゴリの他のツール