- Step1: Clone the GitHub repository from https://github.com/hmshb/langchain-ai-agent-google-gemini
- Step2: Install Python dependencies via pip install -r requirements.txt
- Step3: Set your Google Cloud credentials and Gemini API key in environment variables
- Step4: Configure agent settings in config.py or via environment variables
- Step5: Define custom tools and prompt templates in code
- Step6: Run example_agent.py to start the agent and send queries
- Step7: Extend the agent by adding new tools or modifying prompts