- Step1: Clone the GitHub repository to your local machine.
- Step2: Install dependencies with pip or your package manager.
- Step3: Set up your LLM API key (e.g., OpenAI) in the configuration file.
- Step4: Define and register custom tools or use built-in modules.
- Step5: Instantiate an Agent class, attach tools, and configure memory.
- Step6: Run the agent script and interact via CLI or integrate into your app.