mirror of
https://github.com/langchain-ai/oap-agent-supervisor.git
synced 2026-07-01 20:04:03 -04:00
11 lines
286 B
Bash
11 lines
286 B
Bash
# ------------------LangSmith tracing------------------
|
|
LANGCHAIN_PROJECT="default"
|
|
LANGCHAIN_API_KEY=""
|
|
LANGCHAIN_TRACING_V2=true
|
|
# -----------------------------------------------------
|
|
|
|
OPENAI_API_KEY=""
|
|
|
|
SUPABASE_URL=""
|
|
# Ensure this is your Supabase Service Role key
|
|
SUPABASE_KEY="" |