main

fun main(args: Array<String>)(source)

Minimal CLI entry point for exporting a tiny synthetic graph to JSON. This is a proof of concept until dynamic model loading is implemented.

Supported CLI options: --output=path/to/file.json (optional; if omitted, prints to stdout) --label=custom_label (optional; default: "tiny_graph")