Orchestrate multi-step AI workflows
mofloskillsetup L3★0
eric-cielo/moflo ↗What it does
Index code and docs, recall learned routing patterns
Best for
AI agents that need to remember what they learned across sessions and route tasks to the right handler
Inputs
- · task description
- · codebase files
Outputs
- · relevant docs
- · routing decision
- · memory entry
Requires
- · semantic search (HNSW)
- · embeddings (all-MiniLM)
- · SQLite
Preconditions
- · Node.js 22+
- · moflo installed via npm
- · flo init run
Failure modes
- · Embeddings model not downloaded
- · SQLite corruption
- · Index out of sync after file edits
Trust signals
- · GitHub stars eric-cielo/moflo
- · WASM+ONNX runtime prebuilt binaries
- · Neural embeddings all-MiniLM-L6-v2 out of box