17 pointsby neom4 hours ago4 comments
  • briandoll4 hours ago
    Being able to codify these important-but-often-forgotten workflows in such a way that you can set-it-and-forget-it and keep shipping at multi-agent speed is pretty dope.
  • colelawr4 hours ago
    interesting, I'd like to know how it pairs with existing processes and tools though, since I'm using a fairly heavily optimized pi-agent setup already.
    • rileyt4 hours ago
      the working spec is files like `.agents/daemons/<name>/DAEMON.md` and they have access to skills and rules in the repo so you don't need to duplicate them.

      you could even have a daemon that just says to run an existing skill.

  • 0x72656163742 hours ago
    Outstanding. Exactly the setup I was looking for.
  • mrbbk4 hours ago
    How is this different than a trigger set up?
    • rileyt4 hours ago
      it's similar to triggers, but with a routing layer that combines semantic triggers and memory. the magic is defining them as files in the repo (like skills) and not worrying about the execution.