- Step1: Clone the repository from GitHub.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Define custom tool classes or use built-in toolkits.
- Step4: Configure the LLM planner with model credentials.
- Step5: Initialize the agent with planner, tools, and memory settings.
- Step6: Call agent.run(query) to execute tasks and receive responses.