Skip to main content
Get a Programmable Agent running in three steps.
1

Create an Agent YAML

Commit this file at .dinoai/agents/data-quality-checker.yml in your repo:
2

Trigger a Run

cURL
Python
Response:
3

Poll for Results

status will progress through: QUEUEDRUNNINGCOMPLETED or FAILED

Next Steps