local-remote-execution-continuum

Status: IN

FTL2 optimizes execution across the entire local-to-remote continuum: local operations bypass SSH and gate overhead entirely using direct subprocess/pathlib for cloud API calls, while remote execution uses SSH connection pooling, gate-cached zipapps, and length-prefixed JSON protocol — with the same modules and API working identically in both modes.

JSON