# langchain-ai/streamlit-agent

Reference implementations of several LangChain agents as Streamlit apps

Repository: https://github.com/langchain-ai/streamlit-agent
Canonical: https://ross.abutalabs.com/products/streamlit-agent
Language: Python
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2024-08-04T14:55:12+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 84
- inputs: {"age_days": 1177, "days_push": 759, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1643, forks 729 (observed 2026-08-28T04:05:15.903607+00:00)

## What it is
A collection of reference implementations of LangChain agents built as Streamlit apps, including streaming chat, memory, search-enabled chatbots, document chat, and SQL/pandas database chat examples. It serves as example code demonstrating LangChain and Streamlit integrations rather than a production library.

## Use cases
- build a chatbot with conversation memory in streamlit
- chat with my own documents using an llm
- ask questions about a sql database in natural language
- query a pandas dataframe with a chatbot
- learn how to build langchain agents
- add streaming llm responses to a web app
- collect user feedback on llm responses with langsmith traces

## When to choose
- you want copy-paste example code for LangChain + Streamlit apps
- you are prototyping chatbots, RAG, or agent demos quickly
- you want to see how StreamlitChatMessageHistory and callback integrations work

## When to avoid
- you need a production-ready, hardened application
- you want a maintained library with an API rather than example scripts
- you do not use Python, LangChain, or Streamlit

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: agent-framework, chatbot, rag, llm-inference
- domain: large-language-models, chatbots, developer-tools, tutorials
- platform: python, self-hosted
- tags: langchain, streamlit, example-apps, reference-implementations, chat-apps, ai-agents, web-server

## Member repositories
- langchain-ai/streamlit-agent (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:15.903607+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:45:59.107332+00:00, confidence not recorded.
  - readme: https://github.com/langchain-ai/streamlit-agent (fetched 2026-08-28T04:05:15.903607+00:00, sha 733739ec5d7d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
