| ▲ | hankbond 4 hours ago | |||||||
Concretely and Simply, what are you actually building with this? | ||||||||
| ▲ | threecheese 3 hours ago | parent | next [-] | |||||||
Looks like a userland cron/launchd, with jobs committed in a local repo. It’s designed to launch agent clis, for which it provisions a workspace and manages process state, and to be used by agents (and so provisions an api and mcp for each task). Might seem silly (no disrespect meant), but I have this use case; I’ve tried to give agents access to launchd, but it has not gone well. Nothing has b0rked my system, but it has been annoying to version control plist files with my project repositories. And so i find this interesting, having written a shell script to convert repo config file + plist to safe launchd commands - and much shittier version of this thing. | ||||||||
| ||||||||
| ▲ | tupe12334 4 hours ago | parent | prev [-] | |||||||
TLDR: a way to manage my agents routines in a single source of trust in a repository. Everything should be open source and agent agnostic | ||||||||