Langflow is a powerful tool for building and deploying AI-powered agents and workflows. http://www.langflow.org
Find a file
2023-03-13 19:59:50 -03:00
.devcontainer Create devcontainer.json 2023-02-09 22:11:42 -03:00
.github/workflows feat: adding release and lint github actions 2023-03-07 13:08:12 -03:00
img Merge branch 'main' into dev 2023-03-13 14:49:44 -03:00
langflow refac: change folder structure 2023-03-13 19:59:50 -03:00
tests feat: adding test and make commands for testing 2023-03-10 07:20:40 -03:00
.gitignore fix: built applied to langflow_backend instead of langflow 2023-03-13 17:13:07 -03:00
build_and_push refac: remove comments 2023-03-07 23:35:27 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-03-07 17:18:11 -03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-03-09 15:53:44 -03:00
dev.Dockerfile feat: adding docker.compose 2023-03-05 21:53:22 +00:00
docker-compose.yml feat: adding docker.compose 2023-03-05 21:53:22 +00:00
Dockerfile refac: remove comments 2023-03-07 23:35:27 -03:00
LICENSE docs: Add img, LICENSE 2023-02-23 20:29:53 -03:00
Makefile refac: change folder structure 2023-03-13 19:59:50 -03:00
poetry.lock refac: change folder structure 2023-03-13 19:59:50 -03:00
pyproject.toml refac: change folder structure 2023-03-13 19:59:50 -03:00
README.md refac: change folder structure 2023-03-13 19:59:50 -03:00

⛓️ LangFlow

~ A User Interface For LangChain ~

GitHub Contributors GitHub Last Commit Github License

LangFlow Logo

LangFlow is a GUI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows with drag-and-drop components and a chat box.

📦 Installation

You can install LangFlow from pip:

pip install langflow

Next, run:

langflow or python -m langflow

🎨 Creating Flows

Creating flows with LangFlow is easy. Simply drag sidebar components onto the canvas and connect them together to create your pipeline. LangFlow provides a range of LangChain components to choose from, including LLMs, prompt serializers, agents, and chains.

Explore by editing prompt parameters, link chains and agents, track an agent's thought process, and export your flow.

🔧 Contributing

We welcome contributions from developers of all levels to our open-source project on GitHub. If you'd like to contribute, please check our contributing guidelines and help make LangFlow more accessible.

📄 License

LangFlow is released under the MIT License. See the LICENSE file for details.