- Step1: Clone the repository from GitHub.
- Step2: Install Python 3.8+ and run pip install -r requirements.txt.
- Step3: Define your agent classes inheriting from the BaseAgent interface.
- Step4: Configure the message broker and agent registry in config.yaml.
- Step5: Launch the orchestrator with python orchestrator.py.
- Step6: Monitor logs and add new agents dynamically via the plugin folder.