Files
2025-07-05 12:41:46 -07:00

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=""