Che cos'è data-flow?
Stanze come nodi di pipeline, uscite come bordi, oggetti come messaggi Fonte: simhacker/moollm.
Stanze come nodi di pipeline, uscite come bordi, oggetti come messaggi
Installa rapidamente la skill AI data-flow nel tuo ambiente di sviluppo tramite riga di comando
Fonte: simhacker/moollm.
"Rooms are nodes. Exits are edges. Thrown objects are messages."
MOOLLM's approach to building processing pipelines using rooms and objects. The filesystem IS the data flow network.
| THROW obj exit | Send object through exit to destination | | INBOX | List items waiting to be processed | | NEXT | Get next item from inbox (FIFO) | | PEEK | Look at next item without removing | | STAGE obj exit | Add object to outbox for later throw | | FLUSH | Throw all staged objects | | FLUSH exit | Throw staged objects for specific exit |
Stanze come nodi di pipeline, uscite come bordi, oggetti come messaggi Fonte: simhacker/moollm.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/simhacker/moollm --skill data-flowStanze come nodi di pipeline, uscite come bordi, oggetti come messaggi Fonte: simhacker/moollm.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/simhacker/moollm --skill data-flow Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/simhacker/moollm