# Daily Monitoring of New AgentOps Signals

**Use case:** 

Receive daily updates on new agent operations. Analyze policy decisions, risk flags, cost notes, and recommended actions.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "monitor-new-signals",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 25,
  "perSourceLimit": 5,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true,
  "memberTimeoutSecs": 300,
  "zentraOwnerQa": false
}
```

## Output

```json
{
  "riskScore": {
    "label": "Risk Score",
    "format": "array"
  },
  "policyViolations": {
    "label": "Policy Violations",
    "format": "string"
  },
  "permissionFindings": {
    "label": "Permission Findings",
    "format": "string"
  },
  "paymentControls": {
    "label": "Payment Controls",
    "format": "string"
  },
  "supplyChainFindings": {
    "label": "Supply Chain Findings",
    "format": "string"
  },
  "retentionFindings": {
    "label": "Retention Findings",
    "format": "string"
  },
  "evidence": {
    "label": "Evidence",
    "format": "array"
  },
  "recommendedActions": {
    "label": "Recommended Actions",
    "format": "array"
  },
  "recordId": {
    "label": "Record Id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source Name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AgentOps for Apify Builders Bundle](https://apify.com/zentrafoundry/agentops-apify-builders-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/agentops-apify-builders-bundle) to learn more, explore other use cases, and run it yourself.