Langflow is a powerful tool for building and deploying AI-powered agents and workflows. http://www.langflow.org
Find a file
2023-03-13 13:55:47 -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 docs: Add img, LICENSE 2023-02-23 20:29:53 -03:00
langflow refac: small fixes 2023-03-07 14:22:41 -03:00
.gitignore Merge remote-tracking branch 'backend/main' into merge_repo 2023-02-28 17:05:22 -03:00
build_and_push refac: new version for Dockerfile 2023-03-02 23:25:24 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-03-07 17:18:11 -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 feat: adding docker.compose 2023-03-05 21:53:22 +00:00
LICENSE docs: Add img, LICENSE 2023-02-23 20:29:53 -03:00
Makefile feat: adding release and lint github actions 2023-03-07 13:08:12 -03:00
poetry.lock feat: adding release and lint github actions 2023-03-07 13:08:12 -03:00
pyproject.toml feat: adding release and lint github actions 2023-03-07 13:08:12 -03:00
README.md Update README.md 2023-03-13 13:55:47 -03:00

⛓️ LangFlow

~ A Flow Interface For LangChain ~

GitHub Contributors GitHub Last Commit Github License

LangFlow Logo

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

📦 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, create 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.