File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
template_langgraph/services/streamlits Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 66PROJECT_NAME = template-langgraph
77
88# # LangSmith Settings
9+ LANGSMITH_TRACING = " false" # Options: "true", "false"
910LANGSMITH_API_KEY = " lsv2_xxx"
1011
1112# ---------
Original file line number Diff line number Diff line change 4949 - [ Jaeger / Minimal deployment example (Elasticsearch backend)] ( https://www.jaegertracing.io/docs/1.72/deployment/#minimal-deployment-example-elasticsearch-backend )
5050- [ Prometheus] ( https://prometheus.io/ )
5151 - [ Prometheus / Getting Started] ( https://prometheus.io/docs/prometheus/latest/getting_started/ )
52+ - [ Trace with LangGraph] ( https://docs.langchain.com/langsmith/trace-with-langgraph )
5253
5354### n8n
5455
Original file line number Diff line number Diff line change 11import streamlit as st
2+ from dotenv import load_dotenv
23
4+ load_dotenv (
5+ override = True ,
6+ verbose = True ,
7+ )
38st .title ("template-streamlit" )
49st .info ("Select a code sample from the sidebar to run it" )
You can’t perform that action at this time.
0 commit comments