Audit
Reducer ledger
The MVP keeps the same reducer event stream and side-effect trace that a real executor would persist before calling Twilio or Sandra.
No session events yet.
Product execution
Operation results
No product operations recorded.
Export
Current snapshot
{
"state": {
"session": {
"sessionId": "sess_mvp",
"batchId": "batch_0001",
"campaignId": "batch_0001",
"startedAt": "2026-05-15T16:00:00.000Z",
"operatorState": "Initialized",
"inConference": false,
"currentK": 3,
"nextWaveCounter": 0,
"nextAttemptCounter": 0
},
"batch": {
"batchId": "batch_0001",
"sandraListRef": "sandra_list/cold-investor-outreach-2026-05",
"createdAt": "2026-05-15T16:00:00.000Z",
"items": [
{
"batchItemId": "item_0001",
"prospect": {
"prospectId": "pros_0001",
"firstName": "Alice",
"lastName": "Anderson",
"state": "CA",
"timezone": "America/Los_Angeles"
},
"phone": "+13105550001",
"priority": 0
},
{
"batchItemId": "item_0002",
"prospect": {
"prospectId": "pros_0002",
"firstName": "Bob",
"lastName": "Brennan",
"state": "CO",
"timezone": "America/Denver"
},
"phone": "+17205550002",
"priority": 1
},
{
"batchItemId": "item_0003",
"prospect": {
"prospectId": "pros_0003",
"firstName": "Carla",
"lastName": "Cruz",
"state": "TX",
"timezone": "America/Chicago"
},
"phone": "+15125550003",
"priority": 2
},
{
"batchItemId": "item_0004",
"prospect": {
"prospectId": "pros_0004",
"firstName": "Dan",
"lastName": "Davies",
"state": "NY",
"timezone": "America/New_York"
},
"phone": "+19175550004",
"priority": 3
},
{
"batchItemId": "item_0005",
"prospect": {
"prospectId": "pros_0005",
"firstName": "Erin",
"lastName": "Eldridge",
"state": "FL",
"timezone": "America/New_York"
},
"phone": "+13055550005",
"priority": 4
}
]
},
"config": {
"pacing": {
"kMin": 1,
"kMax": 5,
"kDefault": 3,
"abrHardCap": 0.03,
"abrSoftCap": 0.025,
"abrRecoverThreshold": 0.015,
"arrLowThreshold": 0.2,
"arrWindowSize": 50,
"campaignBucketDays": 30
},
"bridge": {
"greetingBudgetMs": 2000,
"conferenceRoomNamePrefix": "jitter-operator-",
"defaultFromDid": "+18005550100",
"webhookBaseUrl": "https://api.jitter.example/webhooks",
"ringTimeoutSeconds": 30,
"cancelRequestedTimeoutMs": 30000
},
"disposition": {
"rules": [
{
"disposition": "no_answer",
"retryAfterMs": 2700000,
"maxAttempts": 5
},
{
"disposition": "busy",
"retryAfterMs": 300000,
"maxAttempts": 8
},
{
"disposition": "voicemail_machine",
"retryAfterMs": 14400000,
"maxAttempts": 3
},
{
"disposition": "voicemail_left",
"retryAfterMs": 86400000,
"maxAttempts": 2
},
{
"disposition": "operator_callback",
"retryAfterMs": 0,
"maxAttempts": 1
},
{
"disposition": "no_disposition",
"retryAfterMs": 1800000,
"maxAttempts": 4
},
{
"disposition": "misdial",
"retryAfterMs": 1800000,
"maxAttempts": 5
},
{
"disposition": "conversation_followup",
"retryAfterMs": null,
"maxAttempts": 0
},
{
"disposition": "not_interested",
"retryAfterMs": null,
"maxAttempts": 0
},
{
"disposition": "dnc_request",
"retryAfterMs": null,
"maxAttempts": 0
},
{
"disposition": "wrong_number",
"retryAfterMs": null,
"maxAttempts": 0
}
]
}
},
"queue": [
{
"batchItemId": "item_0001",
"attemptCount": 0,
"status": "active"
},
{
"batchItemId": "item_0002",
"attemptCount": 0,
"status": "active"
},
{
"batchItemId": "item_0003",
"attemptCount": 0,
"status": "active"
},
{
"batchItemId": "item_0004",
"attemptCount": 0,
"status": "active"
},
{
"batchItemId": "item_0005",
"attemptCount": 0,
"status": "active"
}
],
"attempts": {},
"waves": {},
"ledger": [],
"arr": {
"windowSize": 50,
"humanPickups": 30,
"dials": 100,
"recent": [
"human"
]
},
"abandon": {
"campaignId": "batch_0001",
"campaignStartedAt": "2026-05-15T16:00:00.000Z",
"currentBucketIndex": 0,
"buckets": [
{
"bucketIndex": 0,
"bucketStartedAt": "2026-05-15T16:00:00.000Z",
"humanPickups": 0,
"abandons": 0
}
]
},
"now": "2026-05-15T16:00:00.000Z"
},
"events": [],
"effects": [],
"simulator": {
"mode": "idle",
"profile": "balanced",
"speed": "4x",
"productLiveListReady": true
}
}