- Step1: Clone the repository from GitHub.
- Step2: Install Python and run pip install -r requirements.txt.
- Step3: Configure environment variables and vector store settings.
- Step4: Add or point to your custom data sources in the loader module.
- Step5: Run main.py to launch the agent CLI or integrate into your application.
- Step6: Input queries and let the agent perform reasoning with retrieval.
- Step7: Customize prompt templates or swap vector databases as needed.