manitejeswar/project-webagent
1
1# Project WebAgent Environment Variables2 3# Groq API Key (Required for agent execution)4# Get yours at https://console.groq.com/5GROQ_API_KEY=your_groq_api_key_here6 7# Port for the FastAPI server (default is 8000)8PORT=80009 