- Step1: Clone the repository and navigate into the folder.
- Step2: Install Python 3.8+ and run pip install -r requirements.txt.
- Step3: Configure Gmail API credentials or provide an mbox file path.
- Step4: Adjust settings in config.yaml (model path, memory store, prompts).
- Step5: Run python email_agent.py to ingest and index messages.
- Step6: Use the CLI to view threads, ask for summaries, or generate reply drafts.
- Step7: Review and send generated replies manually or via API integration.