- Step1: Clone the GitHub repository `git clone https://github.com/vladkol/crm-data-agent.git`.
- Step2: Navigate into the project folder and install dependencies `pip install -r requirements.txt`.
- Step3: Create a `.env` file and configure your OpenAI API key and CRM credentials for Salesforce, HubSpot, or Zoho.
- Step4: Run the agent `python main.py` and follow prompts to connect your CRM and query data.
- Step5: (Optional) Configure Slack or email webhooks in `config.yaml` for automated report delivery.
- Step6: Extend the agent by adding custom connectors or plugins in the `agents/plugins` directory.