- Step1: Clone the repository from GitHub.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Configure your LLM API keys in the config file.
- Step4: Define an agent profile with desired tools and memory settings.
- Step5: Run the agent script to start the conversational or task-driven agent.
- Step6: Extend functionality by adding plugins or custom tool integrations.