mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-07-01 09:25:05 -04:00
ff03902ba4abebfd25161204ad94336cbf021aa0
🦜️🔗 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%