- Step1: Clone the https://github.com/fetchai/agents-yoti repository to your local environment.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Register a Yoti application and obtain your App ID and PEM key.
- Step4: Configure the agent by setting YOTI_APP_ID and YOTI_PEM_PATH in config.yml.
- Step5: Run the agent script (e.g., python agent_yoti.py) to start identity request flows.
- Step6: Interact via CLI or HTTP endpoints to request and verify user attributes.