| # Copy this file to .env and fill in your keys | |
| ANTHROPIC_API_KEY= | |
| # LangSmith tracing (opt in only; retrieved evidence can contain sensitive text) | |
| LANGCHAIN_TRACING_V2=false | |
| LANGCHAIN_API_KEY= | |
| LANGCHAIN_PROJECT=amplegest | |
| # Tavily live news search | |
| TAVILY_API_KEY= | |
| # Alpha Vantage earnings call transcripts | |
| # Get keys at https://www.alphavantage.co/support/#api-key | |
| # Two keys rotate to stay under the per-key rate limit | |
| ALPHAVANTAGE_API_KEY_1= | |
| ALPHAVANTAGE_API_KEY_2= | |