🧠 Watch Any Folder. Spawn a Response.
Ever wanted to trigger a script the moment a file lands in a folder?
You could use:
- a daemon
- cronjobs
- shell loops
- containerized listeners
Or...
You could drop a JSON file and let MatrixSwarm handle it.
🧬 The MatrixSwarm Way
MatrixSwarm is a file-driven OS for autonomous agents.
You create a folder.
Write a small Python script.
Wrap it in a JSON agent.
Drop it into the system.
📁 Example Agent
{
"agent_name": "watcher-1",
"permanent_id": "watcher-1",
"delegated": [],
"filesystem": {
"folders": [
{ "name": "payload", "type": "d", "content": null }
],
"files": {}
}
}
🔁 Real Use Cases
Upload folder monitor
GitHub Actions trigger
Discord file drop responder
Email inbox reader
Remote camera frame detector
🔗 Get Started
GitHub: https://github.com/matrixswarm/matrixswarm
Website: https://matrixswarm.com
YouTube: MatrixSwarm OS – Spawn, Kill, Resurrect
X/Twitter: @matrixswarm
📜 Fork It Clause
MatrixSwarm is open.
Fork it.
Or Fork U.
(The swarm is open. Bring tools or get logged.)