Skip to content

Reference implementations of several LangChain agents as Streamlit apps

Notifications You must be signed in to change notification settings

Ermys-Code/streamlit-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-agent

LangChain agent with streamlit UI

Save your OpenAI token in the OPENAI_API_KEY environment variable to load it automatically

Run with the following command: streamlit run streamlit_agent/minimal_agent.py --server.port 8501

Or using docker with the following commands: docker build -t streamlitagent .
docker run -p 8501:8501 streamlitagent

About

Reference implementations of several LangChain agents as Streamlit apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.5%
  • Dockerfile 43.5%