Agentic Compilation Pipeline

01 // REACT FLOW CANVAS 02 // SERIALIZER 03 // COMPILER 04 // EXECUTOR 05 // LIVE PREVIEW graph.json clean_ast SIGTERM UI_CANVAS TASK_NODE SERIALIZER MAP_AST_TYPES GEN_DATACLASS RUN_EXECUTOR LIVE_PREVIEW STOP_ACTION task.py @dataclass class TaskNode: id: str = "T1" action: str = "fetch" timeout: int = 30 stdout