Panel provides some unique and powerful features for creating chat bots and AI agents in Python.
We want to make it easy to use Panel and LangChain to build AI tools and apps.
This repository contains reference implementations of various LangChain bots and agents as Panel apps.
Check out the examples folder.
THIS PROJECT IS CURRENTLY JUST AN IDEA.
Currently our examples are highly inspired by and aligned with the langchainai/streamlit-agent examples.
s## 🚀 Get started in under a minute
Install panel-langchain
including the examples
dependencies.
pip install panel-langchain[examples]
Explore the sample apps
pn hello panel-langchain
You can now find the reference and gallery notebooks in the examples/awesome-panel/panel-langchain
folder. Check them out by running jupyter lab
.
Click one of the buttons
Please support Panel and awesome-panel by giving the projects a star on Github:
Thanks
If you are looking to contribute to this project you can find ideas in the issue tracker. To get started check out the DEVELOPER_GUIDE.
I would love to support and receive your contributions. Thanks.