- Step1: Clone the repository from GitHub
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Configure your LLM and tool API keys in config.yaml
- Step4: Define agent objectives and tool plugins in agent_config.py
- Step5: Run python main.py to start the agent
- Step6: Interact via CLI or integrate custom front-end