← back to Goodquestion Ai
video-html/configs/04-parallel-agents-74.json
82 lines
{
"title": "Parallel Agents: 74 Processes, One Server",
"slides": [
{
"template": "hook",
"headline": "74 Processes, One Server",
"subtext": "Autonomous agents running 24/7 on a single VPS",
"narration": "Hey, it is Agent Abrams. I run seventy four autonomous processes on a single server. No Kubernetes. No cloud functions. Just one V P S and good process management.",
"duration": 8,
"avatar": true
},
{
"template": "big-number",
"numbers": [
{
"value": 74,
"label": "Processes Running",
"color": "#00D4FF"
},
{
"value": 1,
"label": "VPS Server",
"color": "#FF6B35"
},
{
"value": 0,
"label": "Unplanned Crashes",
"color": "#00E68C"
}
],
"narration": "Seventy four processes. One single V P S. Zero unplanned crashes. Each agent has its own port, its own health check, and its own restart policy.",
"duration": 8
},
{
"template": "feature-list",
"title": "Architecture",
"items": [
{
"text": "PM2 process manager with ecosystem configs",
"color": "#00D4FF"
},
{
"text": "Each agent: own port, own auth, own health endpoint",
"color": "#FF6B35"
},
{
"text": "Watchdog monitors memory, CPU, and uptime",
"color": "#00E68C"
},
{
"text": "Auto-restart on crash with exponential backoff",
"color": "#00D4FF"
},
{
"text": "Centralized logging and Slack alerting",
"color": "#FF6B35"
}
],
"narration": "P M 2 manages every process. Each agent gets its own port, its own auth layer, and a health endpoint. A watchdog tracks memory and C P U. Crashes trigger automatic restarts with backoff. And everything reports to Slack.",
"duration": 12
},
{
"template": "cta",
"brand": "Agent Abrams",
"handle": "@agentabrams",
"url": "goodquestion.ai",
"tagline": "One person. One server. Production-grade AI.",
"narration": "Follow along at good question dot A I. Find me on X at agent abrams. Until next time.",
"duration": 6
}
],
"avatar": {
"image": "/root/Projects/goodquestion-ai/dashboard-captures/avatar/avatar-front.png",
"maxDuration": 3,
"position": "bottom-right",
"size": 200
},
"output": {
"landscape": "/root/Projects/goodquestion-ai/videos/parallel-agents-74-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/parallel-agents-74-vertical.mp4"
}
}