GEMINI_API_KEY = your_gemini_api_key;
PG_CONNECTION_STRING = your_postgres_connection_string;
GROQ_API_KEY = your_groq_api_key;
NEO4J_USERNAME = your_neo4j_username;
NEO4J_PASSWORD = your_neo4j_password;-
starting with a very basic get weather agent ( a tool call llm use to give answers to weather agent ) file : Weather-agent.ts








