- Step1: Clone the repository from GitHub
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Set your LLM API keys in config.py
- Step4: Configure agent modules (memory, tools, policies)
- Step5: Define tasks and prompts in main.py
- Step6: Run python main.py to launch your agent
- Step7: Extend with custom plugins or tools as needed