Skip to content

Function: listStepLocations()

ts
function listStepLocations(): [string, StepLocation][];

Defined in: src/step-location/index.ts:122

Iterate the full registry. Used by the cloud step dispatcher at boot to snapshot known locations after the skill bundle is required.

Returns

[string, StepLocation][]

Matterway Assistant SDK Documentation