| ▲ | I run my agency's 10 AI agents from launchd, no n8n, 0 dependencies(github.com) | |
| 2 points by Brandon99pt 12 hours ago | 3 comments | ||
| ▲ | tobiasdt 11 hours ago | parent | next [-] | |
Nice approach. One thing I'd add: launchd's KeepAlive is great for restarting crashed agents, but without a watchdog that monitors agent output for hallucinations, you might be auto-restarting agents into degraded states. Have you thought about adding a health-check endpoint each agent has to hit periodically? | ||
| ▲ | tobiasdt 11 hours ago | parent | prev | next [-] | |
This is a great setup. Curious — how do you handle agent crashes with launchd? Does it auto-restart them, and do you have any monitoring for when they go off the rails? I've seen agents accumulate state drift over hours of uptime and launchd by itself doesn't help with that. | ||
| ▲ | Brandon99pt 12 hours ago | parent | prev [-] | |
[flagged] | ||