- Step1: Clone the repository from GitHub
- Step2: Install dependencies with pip install -r requirements.txt
- Step3: Set your OPENAI_API_KEY environment variable
- Step4: Customize agent skills in the plugins folder
- Step5: Launch the agent via python run_agent.py --config config.yml
- Step6: Interact with the agent through the CLI or integrate it into your application