Streamlit Agent
Description
Reference implementations of several LangChain agents as Streamlit apps
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🦜️🔗 LangChain 🤝 Streamlit agent examples
[](https://codespaces.new/langchain-ai/streamlit-agent?quickstart=1)
This repository contains reference implementations of various LangChain agents as Streamlit apps including:
basic_streaming.py: Simple streaming app withlangchain.chat_models.ChatOpenAI(View the app)basic_memory.py: Simple app usingStreamlitChatMessageHistoryfor LLM conversation memory (View the app)mrkl_demo.py: An agent that replicates the MRKL demo (View the app)minimal_agent.py: A minimal agent with search (requires settingOPENAI_API_KEYenv to run)search_and_chat.py: A search-enabled chatbot that remembers chat history (View the app)simple_feedback.py: A chat app that allows the user to add feedback on responses using streamlit-feedback, and link to the traces in LangSmith (View the app)chat_with_documents.py: Chatbot capable of answering queries by referring custom documents (View the app)chat_with_sql_db.py: Chatbot which can communicate with your database (View the app)chat_pandas_df.py: Chatbot to ask questions about a pandas DF (Note: usesPythonAstREPLToolwhich is vulnerable to arbitrary code execution, see langchain #7700)
Apps feature LangChain 🤝 Streamlit integrations such as the [Callback integration](https://python.langchain.com/docs/modules/callbacks/integrations/streamlit
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11