2023-06-27 12:08:22 -04:00
2023-06-26 12:47:37 -04:00
2023-06-26 13:31:02 -04:00
2023-06-26 13:31:02 -04:00
2023-06-27 11:34:47 -04:00
2023-06-27 11:34:47 -04:00
2023-06-27 11:39:41 -04:00

🦜🔗 LangChain 🤝 Streamlit agent examples

Open in GitHub Codespaces

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
S
Description
Reference implementations of several LangChain agents as Streamlit apps
Readme Apache-2.0 14 MiB
Languages
Python 97.5%
Dockerfile 2.5%