MatrixSwarm is a socket-free agent orchestration protocol that uses inotify, ephemeral pods, and JSON-based directives.
It supports features such as stateless agent spawning, self-detection of agent death, resurrection on failure, command delivery, and more.
The architecture involves agents living in their own ephemeral folders, communication structure rooted at specific directories, and CLI-controlled commands.
Real use cases for MatrixSwarm include upload folder monitoring, GitHub Actions triggering, Discord file drop responding, and more.