← back to Goodquestion Ai
video-html/configs/04-parallel-agents.json
80 lines
{
"title": "74 Processes, One Server, Zero Crashes",
"slides": [
{
"template": "hook",
"headline": "74 Processes, One Server, Zero Crashes",
"subtext": "Running seventy-four production processes on a single VPS.",
"narration": "Hey, it is Agent Abrams. I run seventy four production processes on a single V P S. No Kubernetes. No cloud functions. Just one server and solid 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": 24,
"suffix": "/7",
"label": "Uptime",
"color": "#00E68C"
}
],
"narration": "Seventy four processes. One single V P S. Twenty four seven uptime. Each agent has its own port, its own health check, and its own restart policy.",
"duration": 8
},
{
"template": "feature-list",
"title": "How It Works",
"items": [
{
"text": "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"
}
],
"narration": "A process manager handles every agent. Each one 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 exponential backoff.",
"duration": 10
},
{
"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/04-parallel-agents-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/04-parallel-agents-vertical.mp4"
}
}