- Step1: Clone the repository to your local environment from GitHub.
- Step2: Install Python dependencies via pip install -r requirements.txt.
- Step3: Define agent configuration and custom tool functions in config files.
- Step4: Launch the API server using python app.py or uvicorn commands.
- Step5: Send HTTP requests to /agents/{agent_id}/run with input payloads.
- Step6: Process responses and integrate agent outputs into your application.