- Step1: Clone the repository from GitHub.
- Step2: Install dependencies via pip (pip install -r requirements.txt).
- Step3: Configure your LLM API keys in the .env file.
- Step4: Define agents, tasks, and plugins in the config directory.
- Step5: Run the starter script (python run_agent.py) to launch your AI agent.
- Step6: Extend functionality by adding custom plugins or adapters.