batch_orchestrator.py#
batch_run(items, output_dir=None) → dict
items:
list of .fff file paths, in‑memory scroll objects, or mixed lists
output:
{
"timestamp": "...",
"count": N,
"results": [
{ "input": ..., "output": ... },
...
]
}
remix_generation.py#
remix_scroll(scroll_obj, rules=None) → dict
Produces a remix variant of a scroll object.
Preserves canonical anchors and adds remix metadata.
run_scroll(scroll_text) → dict
Parses and executes a scroll.
Returns:
{ "output": ..., "warnings": [...], "metadata": {...} }
runScroll(scrollText) → object
Browser‑native scroll execution.
Mirrors the Python pipeline API.