mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-07-01 09:25:05 -04:00
a0bfa04d2bbc422e8feb51d74ebd374248f0c74d
🦜️🔗 LangChain 🤝 Streamlit agent examples
Implementation of various LangChain agents as Streamlit apps including:
To be added:
- Minimal search agent with chat history
- Chat QA over docs
- SQL agent
Setup
This project uses Poetry for dependency management.
# Create Python environment
$ poetry install
# Install git pre-commit hooks
$ poetry shell
$ pre-commit install
Running
$ streamlit run streamlit_agent/mrkl_demo.py
Description
Languages
Python
97.5%
Dockerfile
2.5%