mirror of
https://github.com/langchain-ai/mcp-agent.git
synced 2026-07-01 16:00:21 -04:00
12 lines
234 B
Bash
12 lines
234 B
Bash
TAVILY_API_KEY=...
|
|
|
|
# To separate your traces from other application
|
|
LANGSMITH_PROJECT=react-agent
|
|
|
|
# The following depend on your selected configuration
|
|
|
|
## LLM choice:
|
|
ANTHROPIC_API_KEY=....
|
|
FIREWORKS_API_KEY=...
|
|
OPENAI_API_KEY=...
|