mirror of
https://github.com/langchain-ai/oap-langgraph-tools-agent.git
synced 2026-07-01 20:54:00 -04:00
16 lines
547 B
Bash
16 lines
547 B
Bash
# ------------------LangSmith tracing------------------
|
|
LANGCHAIN_PROJECT="default"
|
|
LANGCHAIN_API_KEY=""
|
|
LANGCHAIN_TRACING_V2=true
|
|
# -----------------------------------------------------
|
|
|
|
# At least one of these must be set. Defaults to OpenAI models. Ensure this is consistent
|
|
# with what is expected for the default models that are set in the GraphConfigPydantic class in tools_agent/agent.py
|
|
|
|
OPENAI_API_KEY=""
|
|
ANTHROPIC_API_KEY=""
|
|
|
|
# For user level authentication
|
|
SUPABASE_URL=""
|
|
# Ensure this is your Supabase Service Role key
|
|
SUPABASE_KEY="" |